Microsoft.IO.RecyclableMemoryStream
Memory stream pooler
A MemoryStream replacement that provides pooling and improved performance through optimized buffer management
A library to provide pooling for .NET MemoryStream objects to improve application performance.
2k stars
119 watching
205 forks
Language: C#
last commit: 8 days ago Related projects:
Repository | Description | Stars |
---|---|---|
mbrossard/threadpool | A C implementation of a thread pool that can be used to manage and execute tasks concurrently. | 858 |
mtrebi/thread-pool | A C++ implementation of a thread pool for concurrent task execution | 1,146 |
mperham/connection_pool | A connection pooling mechanism for Ruby applications | 1,631 |
hardikp/cpp-mempool | A C++ library for managing memory pools with efficient allocation and deallocation | 19 |
jamesmenetrey/memorysharp | A C# based library allowing safe memory editing in Windows applications to enhance interoperability | 635 |
mratsim/weave | A high-performance multithreading runtime for Nim that provides fine-grained parallelism and ultra-low overhead | 539 |
reclassnet/reclass.net | A .NET-based port of ReClass with additional features and support for various data types and memory analysis tools. | 1,829 |
bos/pool | A high-performance striped resource pooling implementation for managing pooled resources in Haskell. | 112 |
fullmetalcache/csharpmmniceness | Tools for creating and executing memory-mapping 'niceness' in C# source files | 31 |
zer0mem0ry/kernelreadwritememory | A proof-of-concept project demonstrating kernel-level memory manipulation on Windows NT | 275 |
bshoshany/thread-pool | A lightweight C++17 thread pool library for efficient concurrent task execution | 2,206 |
status-im/nim-taskpools | A lightweight threadpool implementation for parallel task execution with low power consumption and high performance. | 102 |
dashbitco/nimble_pool | A tiny resource-pool implementation for Elixir that avoids process-based overhead by directly sharing resources between processes | 347 |
composewell/streamly | A high-performance Haskell library providing functional programming abstractions and concurrency capabilities | 865 |
awnumar/memcall | A cross-platform wrapper around common memory-related system calls. | 26 |