Filtering a Vector with AVX-2 & AVX-512 in Rust

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • highway

    Performance-portable, length-agnostic SIMD with runtime dispatch

  • As to compilers, the -mprefer-vector-width flag indeed prevents AVX-512 from being generated by default. This is because autovectorization often results in only sporadic use of SIMD instructions, which can be counterproductive. I believe intrinsics (or preferably a library built on top such as our github.com/google/highway) are the most reliable and effective way to use SIMD.

  • rust

    Empowering everyone to build reliable and efficient software.

  • 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
  • autovec-benchmark

    This code provides an evaluation of auto-vectorization capabilities of compilers when withholding different levels of information from compile time.

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