emacs-devel
[Top][All Lists]
Advanced

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

Re: Faster binary IO, please?


From: Kenichi Handa
Subject: Re: Faster binary IO, please?
Date: Fri, 16 Sep 2005 10:03:14 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Thien-Thi Nguyen <address@hidden> writes:

> Mario Lang <address@hidden> writes:
>>   1. possibly suggest a speedup in the functions as they are now
>>   2. implement some of them as a primitive in C

> i suggest making the buffer in which you operate "unibyte", arranging
> for the insertion of external data in the buffer (for example, in a
> subprocess output handler) to use the `raw-text' character encoding, and
> using bindat.el on the buffer for the (un)packing.  more info at:

Please note that raw-text is not for "binary" data because
raw-text does, for instance, CRLF -> LF conversion.  Use
`binary' (alias of `no-conversion') instead.

---
Kenichi Handa
address@hidden




reply via email to

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