tejacques / Deque
A C# Deque class
☆49Updated 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for Deque
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 4 years ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 5 years ago
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated last week
- MemoryStream with ArrayPool☆12Updated 2 years ago
- Infrastructure for high performance code.☆64Updated 6 years ago
- A collection of generic C# data structures, including an iterative binary search trees, an AVL tree, a red-black tree, a skip-list, and a…☆24Updated 10 years ago
- Generic C# Enum Utilities☆25Updated last year
- Drop-in-place Memory and Performance optimizations for LINQ☆23Updated 3 years ago
- Things to speed up C# code by avoiding reflection☆25Updated last year
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- PoolSharp is a simple, light weight, thread safe object pool.☆24Updated 11 months ago
- A portable cross platform image library in C#☆18Updated 7 years ago
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆24Updated 5 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆21Updated 4 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆67Updated last year
- IPC [inter-process communication] engine for .NET based on memory-mapped files.☆59Updated last year
- C# co-routine Kernel for .Net. Includes Futures, Barriers, Triggers, Timers and Groups. Gamasutra article provides extra documentation.☆69Updated last year
- Example implementation of IValueTaskSource☆31Updated last year
- An analyzer for Non-Copyable structs.☆31Updated 2 years ago
- QuickInject is a simple dependency injection container for .NET Core☆46Updated last year
- Manages multi-threaded writing to a single file.☆30Updated 5 years ago
- Optimized allocation free implementation of IList using ArrayPool.☆49Updated 4 months ago
- A generic, concurrent, portable and flexible Object Pool for the .NET Framework.☆68Updated 2 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 3 years ago
- Binary serializer with full .NET support!☆17Updated last year
- Unsafe methods for working with unmanaged memory and pointers.☆65Updated 3 years ago
- Clay is a dynamic C# type that will enable you to sculpt objects of any shape just as easily as in JavaScript or other dynamic languages.☆98Updated 7 years ago
- High performance unmanaged memory allocator / collection types / LINQ provider for .NET Core☆58Updated 9 months ago
- Low allocation re-implementation of LINQ-to-Objects☆214Updated 6 years ago