Erlang JSON libraries: serialization performance?

前端 未结 4 2151
-上瘾入骨i
-上瘾入骨i 2021-02-14 04:04

There are a number of JSON libraries available for Erlang, and it\'s not clear to me which have the best performance characteristics (and, secondarily, ease of use), especially

4条回答
  •  名媛妹妹
    2021-02-14 04:51

    Try https://github.com/si14/erl_json_test erlang json benchmarks. It included benchmarks for:

    • List item

    • JSONX

    • Jiffy

    • Mochijson2

    • JSX

提交回复
热议问题