StreamRegex
A .NET Standard 2.1+ Library to perform string parsing operations on Streams and StreamReaders. Includes Extensions for Regex. (by gfs)
nlc
Line counter written in C# targeting .NET 6 (by hyrmn)
StreamRegex | nlc | |
---|---|---|
1 | 2 | |
12 | 9 | |
- | - | |
5.7 | 10.0 | |
7 months ago | over 3 years ago | |
C# | C# | |
MIT License | The Unlicense |
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.
StreamRegex
Posts with mentions or reviews of StreamRegex.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-17.
nlc
Posts with mentions or reviews of nlc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-20.
What are some alternatives?
When comparing StreamRegex and nlc you can also consider the following projects:
Apache Lucene - Apache Lucene.NET
Microsoft.IO.RecyclableMemoryStream - A library to provide pooling for .NET MemoryStream objects to improve application performance.
Gigantor - Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files that exceed RAM
fnlc - A line-counter written in C# and using Intrinsics
Open.Text.CSV - A set of utilities for reading and writing CSV data in C#.
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
nodexr - Graphical regular expression editor
rust-memchr - Optimized string search routines for Rust.
lc - Line counter written in Go