nimble icon indicating copy to clipboard operation
nimble copied to clipboard

How does it perf?

Open dizda opened this issue 5 years ago • 2 comments

Hi there,

This lib looks fantastic, do you have an idea about how does it perform compared to bincode and other binary encoding library?

👏

dizda avatar Sep 19 '20 10:09 dizda

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.

devashishdxt avatar Sep 19 '20 13:09 devashishdxt

Thanks, I'll be curious.

dizda avatar Sep 19 '20 13:09 dizda