Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davisp/erljson_bench
Benchmarking for Erlang JSON libraries
https://github.com/davisp/erljson_bench
Last synced: 3 months ago
JSON representation
Benchmarking for Erlang JSON libraries
- Host: GitHub
- URL: https://github.com/davisp/erljson_bench
- Owner: davisp
- Created: 2011-04-04T22:54:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T17:47:21.000Z (over 9 years ago)
- Last Synced: 2024-10-02T09:55:38.379Z (4 months ago)
- Language: C
- Homepage:
- Size: 502 KB
- Stars: 11
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-erlang-cn - erljson_bench - 各个json解析库的性能对比. (JSON)
README
# erljson_bench
Script for comparing various JSON encoding/decoding libraries
## Libraries compared
* ejson
* jiffy
* json
* jsonx
* jsx
* mochijson2## Requirements
To execute these benchmarks, you must have a working erlang (erl & escript) on the path.
## Building and runnning
To download dependencies and compile:
```sh
make all
```After compiling, you can run by executing:
```sh
make run
```