codesearch
ata
codesearch | ata | |
---|---|---|
1 | 1 | |
49 | 2 | |
- | - | |
0.0 | 6.2 | |
7 days ago | about 4 years ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | The Unlicense |
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.
codesearch
ata
-
Practical Example Of My New Event Driven Regex Engine - SAR
very interesting, i did something very much like this in Go: https://github.com/kazhmir/ATA
What are some alternatives?
livegrep - Interactively grep source code. Source for http://livegrep.com/
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
Gigantor - Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files that exceed RAM
CXXAutomata - A C++ library for simulating automata and Turing machines
walker - Seamlessly fetch paginated data from any source. Simple and high performance API scraping included!
experiments - A collection of little snippets of programs I write when I test out ideas. A code "playground".