Skip to content

Commit c202eed

Browse files
authored
Merge pull request #17 from zapov/master
Replace Jsoniter with DSL-JSON
2 parents d243b6b + 3cdda05 commit c202eed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ A curated list of awesome JVM low level, performance and non-framework related s
116116
* [JavaFastPFOR](https://github.com/lemire/JavaFastPFOR) - Library to compress and uncompress arrays of integers very fast.
117117
* [java-string-similarity](https://github.com/tdebatty/java-string-similarity) - String similarity and distance measures, including Levenshtein edit distance and sibblings, Jaro-Winkler, Longest Common Subsequence, cosine similarity etc.
118118
* [JCTools](http://jctools.github.io/JCTools/) - Concurrent data structures currently missing from the JDK.
119-
* [jsoniter](http://jsoniter.com/) - Claims to be the fastest JSON parser ever.
119+
* [DSL-JSON](http://github.com/ngs-doo/dsl-json) - High performance JSON library with advanced compile-time databinding.
120+
* [jsoniter](http://jsoniter.com/) - Claims to be the fastest JSON parser ever (copy of DSL-JSON).
120121
* [jOOL](https://github.com/jOOQ/jOOL) - Useful extensions to Java 8 lambdas.
121122
* [Koloboke](https://github.com/OpenHFT/Koloboke) - Java Collections til the last breadcrumb of memory and performance.
122123
* [LevelDB](https://github.com/dain/leveldb) - Rewrite (port) of LevelDB in Java.

0 commit comments

Comments
 (0)