https://github.com/brettwooldridge/HikariJSON
High-performance JSON parser
https://github.com/brettwooldridge/HikariJSON
Last synced: 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T08:14:13.000Z (about 2 years ago)
- Last Synced: 2025-03-21T12:58:20.945Z (3 months ago)
- Language: Java
- Size: 140 KB
- Stars: 462
- Watchers: 34
- Forks: 81
- Open Issues: 6
-
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.
*Note: These are extremely early results and do not reflect our final goals.*