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
22 stars
1 watching
4 forks
Language: C#
last commit: over 1 year ago
Linked from 2 awesome lists
large-filesperformanceregexregular-expressionsearch
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,857 |
| A collection of reusable regular expression functions for text processing in Go. | 896 |
| A live regular expression testing environment built with curses. | 8 |
| A C-language regular expression engine designed for speed and simplicity. | 10 |
| Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks | 163 |
| A library implementing a fast and descriptive regular expression engine for string matching | 228 |
| A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
| A lightweight C/C++ regular expression engine optimized for performance and compactness. | 535 |
| 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 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| A flexible regular expression builder for Go. | 197 |
| A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| A tool for comparing the performance of different regular expression engines | 103 |
| A plugin for Neovim that allows searching and replacing text in the current buffer with an incremental preview and modern regex syntax. | 205 |
| A tool to generate all possible strings that a given regex pattern can match | 77 |