Re: Disgusting hacks [was Re: I wonder if I'm missing something...]
"Tim Bradshaw (as tfb at tfeb dot org)" <[email protected]>
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
On 14 Nov 2025, at 21:30, Tim Bradshaw <[email protected]> wrote: > > With this it seems to be able to do zero-copy (at Lisp level) I/O of raw vectors ... pretty quickly if they're on the same host. I need to do some proper benchmarks. On an M1 this seems to mean 'about 10GB/s' between two processes on the same machine. it varies a bit. This is for lots of big vectors. Smaller ones would have more overhead (I don't know what pinning a vector costs in terms of time, but that could be optionally raised out of the functions of course. I don't know how this compares with what the machine / network stack can do. --tim