axelheer / nein-math
NeinMath is playing around with arbitrary precision integers, written in pure managed code, not using any unsafe stuff, and a bit faster than the build-in .NET type for integers with a few thousand bits.
☆16Updated 3 weeks ago
Alternatives and similar repositories for nein-math:
Users that are interested in nein-math are comparing it to the libraries listed below
- Drop-in-place Memory and Performance optimizations for LINQ☆24Updated 4 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 4 years ago
- Infrastructure for high performance code.☆64Updated 7 years ago
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆61Updated 11 months ago
- Playing around to make a high-performance prefix tree implementation in C#☆17Updated last year
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Simple JSON formatting/pretty-printing for .NET☆23Updated 2 years ago
- High-performance network packet decoding and packet decoder source generator☆38Updated last week
- The combined Langly runtime☆33Updated 2 years ago
- Extremely Fast MySQL Driver for C#, work in progress.☆56Updated 7 years ago
- Blittable .NET structs☆16Updated 9 years ago
- dotnet watch we always wanted☆102Updated 3 years ago
- actor based udp network engine (core server)☆25Updated 3 years ago
- Binary serializer. Unmatched speed and efficiency.☆76Updated last week
- SuperluminalPerf is a small .NET managed wrapper around the Superluminal PerformanceAPI.☆39Updated 10 months ago
- Collections library for .NET with optimized sorted dictionary☆11Updated 3 years ago
- .NET Reflection Made Fast and Simple ⛺☆28Updated 3 years ago
- serialize, modify, and deserialize LINQ Expressions☆21Updated 8 years ago
- A .net rules engine based on the RETE algorithm☆31Updated 8 years ago
- Linq for Span<T> using SourceGenerators☆51Updated 3 years ago
- Simple FIFO and LRU cache in C#☆32Updated 3 weeks ago
- Analyse Memory Dumps looking at .NET String types☆29Updated 8 years ago
- Bounded multiple producers multiple consumers queue for .NET☆56Updated 2 years ago
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Updated last year
- A C# port of JavaFastPFOR☆53Updated last year
- An allocation free Task-like object for async methods☆39Updated 7 months ago
- Fast Accessors for .Net☆32Updated 2 years ago
- A pure C# implementation of sparse bitsets☆23Updated last year
- Bitwise operations library for .NET☆20Updated 6 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