emacs-devel
[Top][All Lists]
Advanced

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

Re: struct.el -- a package to encode/decode binary data


From: Richard Stallman
Subject: Re: struct.el -- a package to encode/decode binary data
Date: Fri, 22 Mar 2002 19:35:26 -0700 (MST)

    > Am I right in assuming that aref, aset, and substring are potentially
    > much slower on a multibyte string than on a unibyte string?

    If the string holds non-ASCII text, yes.  But not in your case, where the 
    ``string'' holds binary data, I think.

Multibyte strings are slower in this case.  The only case where they
are not slower is when the contents are all ASCII.

To see the slowdown best, try accessing the string nonlinearly.



reply via email to

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