From 446e1443c3b19a6a01f939db39560ea81aaee79c Mon Sep 17 00:00:00 2001 From: Jason Letbetter Date: Mon, 8 May 2023 16:07:12 -0500 Subject: [PATCH 1/2] add gigantor Improve System.Text.RegularExpressions.Regex by boosting performance, adding replace, and supporting gigantic files that exceed RAM. See https://github.com/imagibee/Gigantor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8aa2d16..3498b3dd 100644 --- a/README.md +++ b/README.md @@ -709,10 +709,12 @@ Follows best practices and conventions to provide you a SOLID development experi * [AutoComplete](https://github.com/omerfarukz/autocomplete) - Persistent, simple, powerful and portable autocomplete library. * [Elasticsearch.Net & NEST](https://github.com/elastic/elasticsearch-net) - Repository for both NEST and Elasticsearch.NET, the two official elasticsearch .NET clients. * [ElasticsearchCRUD](https://github.com/damienbod/ElasticsearchCRUD) - Elasticsearch .NET API. +* [Gigantor](https://github.com/imagibee/Gigantor) - Improve System.Text.RegularExpressions.Regex by boosting performance, adding replace, and supporting gigantic files that exceed RAM * [SearchExtensions](https://github.com/ninjanye/SearchExtensions) - Advanced search capabilities for IQueryable interfaces, such as Entity Framework queries. * [SimMetrics.Net](https://github.com/StefH/SimMetrics.Net) - A Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman) * [SolrExpress](https://github.com/solr-express/solr-express) - Simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way. + ### Serialization * [BinarySerializer](https://github.com/jefffhaynes/BinarySerializer) - Serialization for custom packet and protocol formats, supports bit-twiddling. * [bond](https://github.com/Microsoft/bond) - Cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services. From b3d5ef1fb1f857a1e5d642d00b69a60cbf9060c3 Mon Sep 17 00:00:00 2001 From: Jason Letbetter Date: Mon, 8 May 2023 16:10:57 -0500 Subject: [PATCH 2/2] remove whitespace --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3498b3dd..d2280486 100644 --- a/README.md +++ b/README.md @@ -714,7 +714,6 @@ Follows best practices and conventions to provide you a SOLID development experi * [SimMetrics.Net](https://github.com/StefH/SimMetrics.Net) - A Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman) * [SolrExpress](https://github.com/solr-express/solr-express) - Simple and lightweight query .NET library for Solr, in a controlled, buildable and fail fast way. - ### Serialization * [BinarySerializer](https://github.com/jefffhaynes/BinarySerializer) - Serialization for custom packet and protocol formats, supports bit-twiddling. * [bond](https://github.com/Microsoft/bond) - Cross-platform framework for working with schematized data. It supports cross-language de/serialization and powerful generic mechanisms for efficiently manipulating data. Bond is broadly used at Microsoft in high scale services.