help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Handling large files with emacs lisp?


From: Stefan Monnier
Subject: Re: Handling large files with emacs lisp?
Date: Tue, 04 Jun 2013 18:02:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Is there a method in emacs lisp to handle large files (hundreds of MB)
> efficiently?

Not really, no.  The closest is vlf.el, available from the GNU ELPA.

> Using the BEG and END parameters of `insert-file-contents' however has
> a linear time-dependence on BEG.

I don't know of such a time-dependence.  What makes you think so?


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]