Using SIMD acceleration in rust to create the world’s fastest tac

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

    Cross-platform Rust rewrite of the GNU coreutils

    This is probably the case. I just compared uutils' implementation of tac with GNU's tac and this implementation of tac. uutils' tac is about as fast as GNU's tac (I added a BufWriter to uutils' tac for this benchmark). uutils uses memchr, but is slower than OP's tac.

  • rust

    Empowering everyone to build reliable and efficient software.

    I found the tracking issue in case you are interested in more details.

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

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