sphinxy / DataStructures
Concurrent priority queue and skip list for .NET
☆42Updated 5 years ago
Alternatives and similar repositories for DataStructures
Users that are interested in DataStructures are comparing it to the libraries listed below
Sorting:
- A thread-safe, lock-free implementation of the IList<T> interface for .NET☆58Updated 12 years ago
- A generic, concurrent, portable and flexible Object Pool for the .NET Framework.☆68Updated 2 years ago
- Easy to use extensible calculator for .NET. Demonstrates Sprache toolkit grammar inheritance.☆46Updated 6 years ago
- A .NET library that contains a set of lock-free thread-safe collections designed to be used asynchronously.☆112Updated 5 years ago
- Port of Google's farmhash algorithm to .NET☆65Updated last year
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 6 months ago
- A library for handling big numbers and decimals under Mono/.NET frameworks☆51Updated 10 months ago
- .NET WebSocket (RFC 6455/hixie/hybi) implementation using the System.IO.Pipelines API☆72Updated 5 years ago
- A modern wrapper around System.IO.☆84Updated 2 years ago
- NProxy is a library for .NET to create lightweight dynamic proxies☆47Updated last year
- Faster with Files☆59Updated 4 months ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- The Swiss Army Knife for type conversion in .NET☆56Updated 9 months ago
- MathExtensions is a library for .NET with simple and useful extensions methods regarding various mathematical domains: combinatorics, seq…☆35Updated 4 years ago
- C# LINQ Async extension methods library for async/await task.☆101Updated last year
- .NET Implementation of RoaringBitmap☆72Updated 4 years ago
- Observable Linq query implementation.☆36Updated 9 years ago
- A C# port of JavaFastPFOR☆54Updated last year
- Generating async c# code using Roslyn☆49Updated 9 months ago
- Embedded persistent key-value store for .NET. Pure C# code.☆63Updated 4 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- C# Implementation of ZeroMQ Realtime Exchange Protocol, based on NetMQ☆33Updated 4 years ago
- Dynamic fluent generation of class and function directly in CLR☆37Updated last year
- Easy-to-use exception causality chains for async/await.☆64Updated 4 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Compiles simple grammar into a parsing table. Includes parser which can build a syntax tree for a given plaintext. Allows compilation of …☆43Updated 2 years ago
- Fast binary serializer☆65Updated 5 months ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago