Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖
-
Updated
Aug 9, 2025 - C
Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖
Fast search substrings in a string by using N-API and boyer-moore-magiclen.
A fast multiple string replace library for ruby. Uses a C implementation of the Aho–Corasick Algorithm based on https://github.com/morenice/ahocorasick while adding support for on the fly multiple string replacement. Faster alternative to String.gsub when dealing with non-regex (exact match) use cases
Fast string search for PHP7 extension
Aho-Corasick automation for large-scale multi-pattern matching. Available for C/C++, Python, and Java on Linux, macOS, and Windows.
Concurrent implementation of Aho-Corasick string matching algorithm in C.
codes of my IUT FPGA course
Implementation and performance comparison of Boyer Moore, Horspool and Brute Force in c programming language.
A simple C string lib
String comparison and string search optimisation repertoire, written in C++, Python3 and Typescript
Safeclib - Memory-safe C library providing secure string/memory operations with bounds checking, overflow prevention, and modular design. Available as static/shared libraries.
A small repository containing the implementations of the algorithms seen in the course of Advanced Algorithms at Udine University
An implementation of String Searching Algorithm in C
This command line tool locates a specified string within a piece of text. The tool takes in a number of arguments. searches for the string and exports the results in a text file.
Add a description, image, and links to the string-search topic page so that developers can more easily learn about it.
To associate your repository with the string-search topic, visit your repo's landing page and select "manage topics."