Learning SIMD by creating a char counter, but it's slower than `.chars().count()`?

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

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

    Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast

  • What's going on here? At one point I even directly copy + pasted everything from https://github.com/llogiq/bytecount/blob/master/src/simd/x86_avx2.rs , but got similar results. `bytecount` wasn't compiled with SIMD enabled either, if it was it would be ~40 GiB/s.

  • 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

  • Interview Question: Select a Random Line from a File (in Rust)

    1 project | /r/rust | 1 Sep 2022
  • When counting lines in Ruby randomly failed our deployments

    4 projects | /r/ruby | 22 Sep 2023
  • My plan for making 256bit signed and unsigned integers in C. Please help me understand this concept better.

    2 projects | /r/C_Programming | 26 Mar 2023
  • Programming challenges + Rust

    6 projects | /r/rust | 8 Dec 2021
  • Coding platforms that support cargo

    2 projects | /r/rust | 10 Oct 2021