Richard Stallman <[EMAIL PROTECTED]> writes:
> I came up with the following two functions below. I think they
> are generically useable for network IO and possibly reading
> certain data records from files directly. I am fairly sure
> my version is very bad regarding performance
I came up with the following two functions below. I think they
are generically useable for network IO and possibly reading
certain data records from files directly. I am fairly sure
my version is very bad regarding performance though.
Whether that is a problem depends on what the
Hi.
While trying to implement a elisp library for a binary
network protocol which uses IEEE 32-bit float data types
I realized Emacs Lisp does not have any way to generate or interpret those.
I came up with the following two functions below. I think they
are generically useable for network IO an