libmir / asdf

JSON library
http://asdf.libmir.org
Boost Software License 1.0
20 stars 8 forks source link

Would you add asdf to langeuage benchmark :) #2

Closed zoujiaqing closed 3 years ago

zoujiaqing commented 4 years ago

https://github.com/kostya/benchmarks/tree/master/json

9il commented 4 years ago

currently working on mir-ion - asdf successor. I will add them both when ready. Thanks)

zoujiaqing commented 4 years ago

look forward to!

9il commented 3 years ago

Added both Asdf and Ion, https://github.com/kostya/benchmarks/pull/330 Also waiting for https://github.com/kostya/benchmarks/pull/335 be merged to make the benchmark more fair.

The Ion advantage is that it can build a DOM, its DOM is Amazon's Ion with symbol tables, so it us 5-10 times smaller than other libraries with DOM. In addition, Ion can read from directly from files (implemented) or from streams (on request) without allocating memory for the whole input.