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

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla 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

  • Sloth search for Ruby Weekly – a 100 minute hack turned 20h open sauce project

    3 projects | news.ycombinator.com | 20 Jun 2024
  • 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