fabienrenaud / java-json-benchmark

Performance testing of serialization and deserialization of Java JSON libraries
MIT License
965 stars 134 forks source link

Add Charred #74

Open Limess opened 1 year ago

Limess commented 1 year ago

charred is a zero dependency Clojure baesd library which claims to be as fast as Jackson and univocity .

Limess commented 1 year ago

clojure.data.json would also be interesting in the Clojure ecosystem.

(the main used Clojure alternatives - https://github.com/metosin/jsonista and https://github.com/dakrone/cheshire - both use Jackson).

fabienrenaud commented 11 months ago

Feel free to contribute.