nimble
nimble copied to clipboard
How does it perf?
Hi there,
This lib looks fantastic, do you have an idea about how does it perform compared to bincode and other binary encoding library?
👏
The encoding scheme is very similar to bincode. So, the performance should not be very different from bincode if you use buffered IO readers and writers. I’ll try and write some benchmarks.
Thanks, I'll be curious.