Re: I/O fo binary data
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: I/O fo binary data
- From: Enrico Colombini <erix@...>
- Date: 2013年11月17日 19:17:12 +0100
On 17/11/2013 11.32, Marc Balmer wrote:
How do you deal with I/O of binary data? Do you use the standard io
functions somehow or did you write your own bindings?
I had no particular need for speed, so I wrote my own binary I/O for
n-byte ints in pure Lua (from 5.2 on, it would be more efficient thanks
to bitwise ops).
--
Enrico