Sgrep (sorted grep) is a much faster alternative to traditional Unix grep when searching large files, because sgrep searches sorted input files using a fast binary search to find matching lines.
Features
- fast binary search of sorted text files
- exact, numeric, or case insensitive search
License
GNU General Public License version 2.0 (GPLv2)Follow sgrep (sorted grep)
You Might Also Like
The #1 Embedded Analytics Solution for SaaS Teams.
Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
Rate This Project
Login To Rate This Project
User Reviews
-
I solved a very bad business issue that threatened my entire company with sgrep. My app freezes when using ODBC, and I solved it by using sgrep and a flat sorted file of 230MM records. Speed is faster than a database. This software should be included in Business Utils urgently.