Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve performance by processing a buffer, not a string #7

Open
shaunlebron opened this issue Feb 8, 2016 · 0 comments
Open

improve performance by processing a buffer, not a string #7

shaunlebron opened this issue Feb 8, 2016 · 0 comments

Comments

@shaunlebron
Copy link
Collaborator

from: http://ergoemacs.org/emacs/elisp_read_file_content.html

Note: in elisp, it's more efficient to process text in a buffer than doing complicated string manipulation with string data type. But, if your lines are all short and you don't need to know the text that comes before or after current line, then, list of lines can be easier to work with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant