libmir/asdf

Would you add asdf to langeuage benchmark :)

zoujiaqing opened this issue · 3 comments

9il commented

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

look forward to!

9il commented

Added both Asdf and Ion, kostya/benchmarks#330
Also waiting for kostya/benchmarks#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.