How to speed up array writes?

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

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
  • sb-simd

    Discontinued A convenient SIMD interface for SBCL.

  • For SBCL-specific, Marco and Bela have put in a ton of work at sb-simd - may be the OP finds the relevant simd interface there!

  • bmas

    Basic Mathematical Subprograms - SIMD operations on strided vectors of floats, doubles, u/int/64/32/16/8

  • (Shameless plug) I recently added AVX2 256-bit simd based integer copy instructions to BMAS - and this is accessible through bmas (extremely thankful to C2FFI!) And I'm wanting to try memcpy to see if that gets any further benefit, hoping to try some time during the week.

  • 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
  • cl-bmas

    C2FFI generated bindings for BMAS

  • (Shameless plug) I recently added AVX2 256-bit simd based integer copy instructions to BMAS - and this is accessible through bmas (extremely thankful to C2FFI!) And I'm wanting to try memcpy to see if that gets any further benefit, hoping to try some time during the week.

  • sleef

    SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT

  • If you are looking at floats, there's https://sleef.org

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

  • Advice on porting glibc trig functions to SIMD

    2 projects | /r/simd | 11 Jan 2023
  • SIMD Library for Evaluating Elementary Functions, Vectorized Libm and DFT

    1 project | news.ycombinator.com | 3 Jun 2022
  • Benchmarking sine approximations and interpolators.

    1 project | /r/cpp | 3 Sep 2021
  • High Performance Correctly Rounded Math Libraries for 32-Bit Floating Point

    3 projects | news.ycombinator.com | 26 Aug 2021
  • CFFI with SIMD packs

    1 project | /r/lisp | 21 May 2021