Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brettwooldridge/HikariJSON
- Owner: brettwooldridge
- License: apache-2.0
- Created: 2014-09-08T07:44:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T08:14:13.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T18:25:03.573Z (5 months ago)
- Language: Java
- Size: 140 KB
- Stars: 460
- Watchers: 36
- Forks: 83
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - HikariJSON - High-performance JSON parser, 2x faster than Jackson. (Projects / JSON)
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.*