Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```