ugrep-indexer
A monotonic indexer to speed up grepping by >10x (ugrep-indexer is now part of ugrep 6.0) (by Genivia)
libag
libag - The famous The Silver Searcher, but library 📚 (by Theldus)
ugrep-indexer | libag | |
---|---|---|
2 | 3 | |
70 | 33 | |
- | - | |
8.2 | 0.0 | |
about 1 year ago | almost 4 years ago | |
C | C | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ugrep-indexer
Posts with mentions or reviews of ugrep-indexer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-07.
-
ugrep 4.3.2 with updated TUI
Ugrep file indexing to speed up cold FS searching: github.com/Genivia/ugrep-indexer
- Ugrep-indexer: A monotonic indexer to speed up grepping by >10x
libag
Posts with mentions or reviews of libag.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Multithreading code for file searching
Third, you might want to take a look at libag, it's a project of mine that aims to port ag to a library. From what you've described (it looks like) my library does exactly what you want to do.
- The Silver Searcher (ag), but as a library
- libag - The famous The Silver Searcher, but library
What are some alternatives?
When comparing ugrep-indexer and libag you can also consider the following projects:
SeqAn - SeqAn's official repository.
libgit2 - A cross-platform, linkable library implementation of Git that you can use in your application.
grab - experimental and very fast implementation of a grep
Onigmo - Onigmo is a regular expressions library forked from Oniguruma.
codesearch - Fork of Google codesearch with more options
regexp_sar - SAR is a new way of handling regular expression which allows us to run many regular expressions (only limitation being the available memory) at once. When adding a regexp, there is also a related callback that will be called upon each match in the same order in which they appear on the text