Knuth-Morris-Pratt string-searching algorithm: DFA-less version

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    A Java library for byte pattern matching and searching

  • That was a fun read, I liked the use of cmbc to validate the algorithm.

    For those who are interested, there's a good tool to specifically test string matching algorithms here:

    https://github.com/smart-tool/smart

    There are so many string matching algorithms now, with different best and worst cases. Some work better on low alphabets (eg DNA), so are better for text or high entropy data, some take advantage of CPU instructions, some are generic. The real challenge is picking the right algorithm.

    I've implemented a few of them in java here, and extended them to support multi byte matching at any position:

    https://github.com/nishihatapalmer/byteseek

  • 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

  • How to link search results back to original HTML when clicked?

    1 project | /r/learnjavascript | 15 Nov 2022
  • How can I set up this Typescript project to use a Javascript library?

    1 project | /r/learnprogramming | 12 Oct 2022
  • Best way to implement a search feature over raw HTML using Typescript/React?

    1 project | /r/typescript | 20 Sep 2022
  • Writing a Fuzzy Search Component With Preact and Fuse for Astro

    3 projects | /r/javascript | 27 Jul 2022
  • DynamoDB full text search

    1 project | /r/aws | 21 Sep 2021