Gigantor
Search engine
A high-performance regular expression search and replace library designed to handle large files and streams efficiently
Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files that exceed RAM
21 stars
1 watching
3 forks
Language: C#
last commit: over 1 year ago
Linked from 2 awesome lists
large-filesperformanceregexregular-expressionsearch
Related projects:
Repository | Description | Stars |
---|---|---|
intel/hyperscan | A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,830 |
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
jagracey/regex-dos | Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 162 |
nitely/nim-regex | A library implementing a fast and descriptive regular expression engine for string matching | 227 |
mudge/re2 | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
cesanta/slre | A lightweight C/C++ regular expression engine optimized for performance and compactness. | 535 |
openresty/sregex | A Perl-compatible regex engine designed for efficient matching on large data streams with support for non-backtracking NFA/DFA-based parsing and execution. | 617 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
rust-leipzig/regex-performance | A tool for comparing the performance of different regular expression engines | 102 |
chrisgrieser/nvim-rip-substitute | Search and replace plugin with incremental preview and modern regex syntax | 190 |
alixaxel/genex | A tool to generate all possible strings that a given regex pattern can match | 77 |