Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brettwooldridge/HikariJSON

High-performance JSON parser
https://github.com/brettwooldridge/HikariJSON

Last synced: about 2 months ago
JSON representation

High-performance JSON parser

Awesome Lists containing this project

README

        

HikariJSON
==========

A High-performance JSON parser.

HikariJSON is targeted exclusively at Java 8. If you need legacy support, there are several decent libraries available.

----------------------------------------------------
***JMH Benchmarks***

Microbenchmarks were created to isolate and measure the performance of popular JSON libraries using the [JMH microbenchmark framework](http://openjdk.java.net/projects/code-tools/jmh/) developed by the Oracle JVM performance team. You can checkout the [HikariJSON benchmark project for details](https://github.com/brettwooldridge/HikariJSON-benchmark) and review/run the benchmarks yourself.

![](https://github.com/brettwooldridge/HikariJSON/wiki/bench1.png)

*Note: These are extremely early results and do not reflect our final goals.*