Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think the uniquely Rust bit is the memory efficiency. Instead of allocating memory for the raw data and the deserialized memory, you can simply reference the raw data directly through a typed variable, if I read this correctly. I'd assume a garbage collector does really help with this kind of efficiency. The cost here is compile time, but for performance critical code, it might well be a good trade off.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: