charred VS ham-fisted

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

charred

zero dependency efficient read/write of json and csv data. (by cnuernber)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
charred ham-fisted
3 2
245 147
- -
7.1 8.9
3 months ago about 2 months ago
Clojure Clojure
MIT License 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.

charred

Posts with mentions or reviews of charred. 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
    After building tech.ml.dataset and charred I wanted to take the lessons learned there and apply them back into the base Clojure substrate of persistent maps, persistent vectors, and algorithmic primitives like group-by and frequencies.
  • Noob question: Do i need to learn Java to use Clojure?
    1 project | /r/Clojure | 28 Apr 2022
    ...and in some circumstances, the most correct Clojure program has a little Java in it because it's faster or whatever. (Chris Nuernberger's charred is a recent example.) This is unusual Clojuring; most Clojurians never do this.
  • Fast JSON and CSV encode/decode
    2 projects | /r/Clojure | 12 Apr 2022
    Introducing Charred - fast json/csv encode and decode. This library finalizes my research into csv and json parsing and is a complete drop-in replacement for clojure.data.csv and clojure.data.json. Same API, much better (5-10x) performance. This library gets as good performance for those tasks as anything on the JVM and avoids the jackson hairball entirely.

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 charred and ham-fisted you can also consider the following projects:

jsonista - Clojure library for fast JSON encoding and decoding.

clj-fast - Unpredictably faster Clojure

fast-json

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

aws-athena-monitoring - Monitoring stack for AWS Athena using CDK written in Clojure

neanderthal - Fast Clojure Matrix Library

cq - Clojure Command-line Data Processor for JSON, YAML, EDN, XML and more