Hacker News new | ask | show | jobs
by dmarwicke 172 days ago
wait, zero-copy deserialization isn't rust-specific. you can mmap structs in C. done it before, works fine
1 comments

The point is that it would be difficult in Python, compared to in "system" compiled languages generally.