mbuchetics / RangeTree
A generic interval tree implementation in C#
☆179Updated 3 years ago
Alternatives and similar repositories for RangeTree:
Users that are interested in RangeTree are comparing it to the libraries listed below
- A ConcurrentHashSet implementation☆125Updated 2 years ago
- LINQ for Span<T>, without memory allocations.☆252Updated last year
- Automatically replace <inheritdoc /> tags in .NET XML comments with inherited documentation at build time☆72Updated 4 months ago
- Generate ToString method from public properties.☆83Updated last month
- DAWG String Dictionary in C#☆119Updated 6 months ago
- Implementation of a lock-free dictionary on .Net.☆495Updated last week
- .NET Reflection.Emit extensions☆164Updated 6 months ago
- SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapm…☆134Updated 5 months ago
- LINQ to Regex library provides language integrated access to the .NET regular expressions.☆171Updated 5 months ago
- A C# Glob library for .NET and .NET Core.☆222Updated last year
- The last comparison library you'll ever need!☆435Updated last year
- Simplifies logging through a static class and some IL manipulation.☆261Updated last month
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆147Updated 3 months ago
- IDisposable helper types.☆126Updated 10 months ago
- C# Source Generator for UTF-8 binary literal☆138Updated 6 months ago
- Json library that uses .NET 5 Source Generators☆145Updated 3 years ago
- Fast and memory-efficient immutable collections and helper data structures☆236Updated 4 months ago
- .NET library with advanced reflection APIs.☆218Updated 3 months ago
- Low allocation async/await for C#/.NET☆395Updated 4 years ago
- A library and Debugger Visualizer which translates Expression Trees into readable C# source code. .NET 3.5+ and .NET Standard 1.0+.☆401Updated 5 months ago
- A set of extension methods to complement the ones from System.Linq.Enumerable☆175Updated 3 years ago
- System.Linq.Expression expressions optimizer. http://thorium.github.io/Linq.Expression.Optimizer☆105Updated 3 months ago
- Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.☆152Updated 5 years ago
- C# immutable records generator☆73Updated 4 years ago
- NMemory is a lightweight non-persistent in-memory relational database engine that is purely written in C# and can be hosted by .NET appli…☆235Updated 11 months ago
- Testura.Code is a wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to…☆298Updated 9 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- Generates valid, readable C# from an Expression Tree.☆166Updated this week
- Implementation in C# of LINQ concept with struct☆302Updated last year
- A library to help bridge C# async method execution from synchronous methods, such as in Windows Forms and ASP.NET.☆167Updated 5 years ago