Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemire/jackson-json-bench
A silly benchmark for Jackson (JSON parser)
https://github.com/lemire/jackson-json-bench
Last synced: about 1 month ago
JSON representation
A silly benchmark for Jackson (JSON parser)
- Host: GitHub
- URL: https://github.com/lemire/jackson-json-bench
- Owner: lemire
- Created: 2019-10-11T21:02:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T08:57:23.000Z (almost 2 years ago)
- Last Synced: 2024-05-10T22:08:15.086Z (6 months ago)
- Language: Java
- Size: 2.7 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
mvn install
java -jar target/microbenchmarks.jar
```Example: It may take 1.7 ms to parse twitter.json which spans 631515 bytes.
It is about 350 MB/s.