Correct name for word matching problem

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

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

    Playing with counting word frequencies (and performance) in various languages. (by kimono-koans)

  • This might actually be interesting to you: https://benhoyt.com/writings/count-words/

  • countwords

    Discontinued Playing with counting word frequencies (and performance) in various languages.

  • It benchmarks programs that count the total number of unique words in some input. It's not exactly equivalent to your problem, but it's similarish. All of the programs used some kind of hash map for lookups, but I contributed a program that used a trie. Its performance in my experience varies depending on the CPU interestingly enough. On my old CPU (i7-6900K) it was a little slower, but on my new cpu (i9-12900KS) it was faster.

  • 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

  • Visualize Performance issues in your JavaScript application

    1 project | dev.to | 3 May 2024
  • Poolifer Release 4.0.1

    1 project | news.ycombinator.com | 2 May 2024
  • Ask HN: What are you using for load testing?

    2 projects | news.ycombinator.com | 23 Apr 2024
  • Partytown: Run Third-Party Scripts from a Web Worker

    1 project | news.ycombinator.com | 22 Apr 2024
  • Why SQLite Performance Tuning Made Bencher 1200x Faster

    1 project | news.ycombinator.com | 17 Apr 2024