51 results for “topic:substring-search”
A fast, accurate and multilingual fuzzy search library for the frontend.
A string type for Rust that is not required to be valid UTF-8.
Comparing performance-oriented string-processing libraries for substring search, multi-pattern matching, hashing, edit-distances, sketching, and sorting across CPUs and GPUs in Rust 🦀 and Python 🐍
A fast implementation of single-pattern substring search using SIMD acceleration.
efficient string matching in Golang via the aho-corasick algorithm.
An out-of-the-box keyword search database.
Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie.
Pure js multiselect implementation
Package cs-algorithms provides C# implementation of algorithms for data structures and manipulation, as well as graph and string processing
Notes of Algorithms Learning
[VLDB'22] Cardinality Estimation of Approximate Substring Queries using Deep Learning.
Java substring search library
Extract substrings from a block of text
Tiny fzf integration for history substring search in PowerShell
Knuth Morris Pratt Multi-Party Computation
dna coding challenge
Provides simple and the most useful methods to string operations in JavaScript / Node.js
Step20 is a C++20, header-only library of STL-like algorithms and data structures
A Small Python Script that looks for a Password/User Entered String in a File
fm-index library for Python
Dereplicate long sequences
Repositiry for substring search problem
Benchmark various aho-carosick node libraries against large corpus text and pattern lengths
Suffix Array implemented in c/c++ exposed to python through cython.
Algorithms and implementations for data structures
Useful Algorithms covering multiple topics completed in Java.
Basic seed-and-extend DNA sequence read aligner
Cython bindings on C++ aho_corasick libarary
Play with the Boyer-Moore algorithm for search a substring in a string
Fast and scalable substring search over text files using Suffix Trees (Ukkonen’s Algorithm).