fast-json VS ham-fisted

Compare fast-json vs ham-fisted and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fast-json ham-fisted
2 2
6 147
- -
2.6 8.9
about 1 year ago 2 months ago
Clojure Clojure
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fast-json

Posts with mentions or reviews of fast-json. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-07.
  • Ham-Fisted - A New High Performance Clojure Library
    4 projects | /r/Clojure | 7 Sep 2022
    There are many more things there but you can read the README for more information. There is timing information at the bottom of the README and the fast-json project includes a comparison. My hope is that ham-fisted becomes a platform to try out ideas and build faster datastructures and algorithms that follow in the typeless functional pathway so we can carefully and measurably improve the platform we all are standing on. So please take it, try some things out, and let me know how it goes :-).
  • Fast JSON and CSV encode/decode
    2 projects | /r/Clojure | 12 Apr 2022

ham-fisted

Posts with mentions or reviews of ham-fisted. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-12.
  • Advent of Clojure - looking for feedback
    5 projects | /r/Clojure | 12 Jan 2023
    3 - Similar to 2, the savings of mutably building the collection have to outweigh the cost of persisting it. Or if you are using the transient as a mutable container (e.g. held by an item) for limited random access and writes (as opposed to say a mutable arraylist or hashmap or hashset), performance should still be substantially better for writes over the persistent counterparts. The most gains come from building up large collections, using transients to mutably collect values and then persist at the end. Similar idea (but more general) in ham-fisted.
  • Ham-Fisted - A New High Performance Clojure Library
    4 projects | /r/Clojure | 7 Sep 2022
    I have taken the time in between caring for my young son to write a new library that provides higher performance datastructures and algorithms for Clojure.

What are some alternatives?

When comparing fast-json and ham-fisted you can also consider the following projects:

charred - zero dependency efficient read/write of json and csv data.

clj-fast - Unpredictably faster Clojure

tech.ml.dataset - A Clojure high performance data processing system