ham-fisted VS clj-fast

Compare ham-fisted vs clj-fast 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
ham-fisted clj-fast
2 5
147 230
- -
8.9 0.0
2 months ago about 2 years ago
Clojure Clojure
MIT License Eclipse Public License 2.0
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.

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.

clj-fast

Posts with mentions or reviews of clj-fast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-12.

What are some alternatives?

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

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

aoc-2021perfcomp - a fork of https://gitlab.com/slotThe/aoc-2021.git for a reddit exploration

criterium - Benchmarking library for clojure

ultrarand - a demo of random number generation in java, and clojure via performance optimization

performancepaper - A reproducible, open examination of the paper "A performance comparison of Clojure and Java" by Gustav Krantz

icfpc2019

clojure - The Clojure programming language

aoc-2021

AdventOfCode2022 - My solutions for AoC 2022