- Notifications
You must be signed in to change notification settings - Fork82
High-performance JSON parser
License
NotificationsYou must be signed in to change notification settings
brettwooldridge/HikariJSON
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 theJMH microbenchmark framework developed by the Oracle JVM performance team. You can checkout theHikariJSON benchmark project for details and review/run the benchmarks yourself.
Note: These are extremely early results and do not reflect our final goals.