Hacker News new | ask | show | jobs
by nviennot 881 days ago
After trying to like rkyv, I came to the conclusion that the serialization/deserializarion API is not ergonomic due to the heavy use of generics in their API.

I think we can do better.

2 comments

Can you give an example of it being non ergonomic due to genetics?
The benchmark results vs serde are stunning though. There's at least something to keep exploring here