emacs-devel
[Top][All Lists]
Advanced

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

Re: Against sqlite3!!!


From: Qiantan Hong
Subject: Re: Against sqlite3!!!
Date: Thu, 9 Dec 2021 19:28:21 +0000

>> Emacs-lisp provide eval-when-compile which allows saving elisp objects
>> in compiled files, I use this since years to save my variables in emacs.
>> See psession package.
> Interesting. Is the representation produced in this way different/more compact
> from what you get by printing the object directly?
I tested some simple objects and it seems that the representation in the .elc 
file
is exactly the same from what PRINT would produce, so it’s probably no faster
than PRINT/READing directly.

reply via email to

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