Notes on Optimizing Clojure Code: Arrays

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

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
  • dtype-next

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

  • There is one other detail here that I found out w/r/t arrays - Clojure's aset implementation returns the previous value; it isn't a faithful wrapper of the JVM's array set value instruction. Due to this if you are using aset on primitive arrays you end up boxing every value you are setting which at least in my tests leads to a performance disadvantage when compared to a tight loop using Java. This is why I have a specialized class implementing an aset that returns void.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Lisp/Scheme/Clojure and APL/K (2016)

    1 project | news.ycombinator.com | 5 Mar 2024
  • A Tablecloth talk by Mey Beisaron at Func Prog Sweden this week

    2 projects | /r/Clojure | 19 Mar 2023
  • Dtype-next: a Clojure library to aid implementation of high performance systems

    1 project | news.ycombinator.com | 22 Feb 2022
  • Nested mapping?

    2 projects | /r/Clojure | 30 Dec 2021
  • Clojure High Performance Data Processing Updates

    3 projects | /r/Clojure | 8 Dec 2021