Comment by dmarwicke
11 hours ago
wait, zero-copy deserialization isn't rust-specific. you can mmap structs in C. done it before, works fine
11 hours ago
wait, zero-copy deserialization isn't rust-specific. you can mmap structs in C. done it before, works fine
The point is that it would be difficult in Python, compared to in "system" compiled languages generally.