cbor / cbor.github.io

cbor.io web site
74 stars 33 forks source link

GoldFish - Extremely fast CBOR (and JSON) lib #35

Closed thongpv87 closed 6 years ago

thongpv87 commented 6 years ago

https://github.com/OneNoteDev/GoldFish - "JSON/CBOR streaming library, without using memory, like a GoldFish"

I tested in my machine, CBOR parsing performance is 968MB/s (compiled with GCC 7.1). It is 2.5 times faster than tinycbor in deserialize cbor.

I hope you can add it into http://cbor.io/impls.html

cabo commented 6 years ago

Please have a look and check that I characterized this correctly.