charred VS neanderthal

Compare charred vs neanderthal and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
charred neanderthal
3 5
245 1,043
- 0.2%
7.1 7.0
3 months ago about 1 month ago
Clojure Clojure
MIT License Eclipse Public License 1.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.

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.

neanderthal

Posts with mentions or reviews of neanderthal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-23.
  • AI’s compute fragmentation: what matrix multiplication teaches us
    4 projects | news.ycombinator.com | 23 Mar 2023
  • Having trouble setting up Neanderthal.
    3 projects | /r/Clojure | 17 Feb 2023
    There is the official Hello World https://github.com/uncomplicate/neanderthal/tree/master/examples/hello-world
  • Da li u Srbiji , generalno prostoru balkana , ima "Ozbiljnih" Open source kreatora?
    3 projects | /r/programiranje | 10 Feb 2022
  • Anybody using Common Lisp or clojure for data science
    14 projects | /r/lisp | 16 Jul 2021
    Did you have any occasion to evaluate neanderthal during your research? People seem to prefer it over core.matrix because it focus on primitive speed and sticking to BLAS idioms (as well as offering a decent api for working with GPU backends via cuda and opencl). I am curious to see if you did and found anything lacking there. I have a project on the backburner to try and target neanderthal for local search stuff, expressing problems in a high-level API that can then be baked into some numerically-friendly representation for efficient execution. It's often easier (trivial) to express solution representations, neighborhood functions, and objectives/constraints in a general purpose language, of which none of the things we like (sparse data structures, dynamically allocated stuff) are amenable to the contiguous memory, primitive numeric model that the hardware wants.
  • I want to quit my data analyst job and learn and become a Clojure developer
    5 projects | /r/Clojure | 2 Jun 2021
    Do clojure as a side gig or in free time. Let day job pay the bills. If you can, maybe incorporate clojure into work job to solve small problems (https://github.com/clj-python/libpython-clj and https://github.com/scicloj/clojisr provide bridges to/from python and r). There is a lot of effort going into the data science side as well; the scicloj effort has resulted in a lot of growth over the last 2 years. tech.ml.dataset, tech.ml (now scicloj.ml). Dragan has a bunch of excellent stuff in neanderthal and deep diamond. There are also bindings to other jvm libraries from multiple languages.

What are some alternatives?

When comparing charred and neanderthal you can also consider the following projects:

jsonista - Clojure library for fast JSON encoding and decoding.

dtype-next - A Clojure library designed to aid in the implementation of high performance algorithms and systems.

fast-json

libpython-clj - Python bindings for Clojure

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

deep-diamond - A fast Clojure Tensor & Deep Learning library

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

numcl-benchmarks - benchmarks against numpy, julia

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

magicl - Matrix Algebra proGrams In Common Lisp.

qvm - The high-performance and featureful Quil simulator.

rebel-readline - Terminal readline library for Clojure dialects