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
204 forks
Language: C#
last commit: about 1 month 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,156 |
mperham/connection_pool | A connection pooling mechanism for Ruby applications | 1,633 |
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 | 639 |
mratsim/weave | A high-performance multithreading runtime for Nim that provides fine-grained parallelism and ultra-low overhead | 540 |
reclassnet/reclass.net | A .NET-based port of ReClass with additional features and support for various data types and memory analysis tools. | 1,850 |
bos/pool | Provides efficient resource pooling for medium-lifetime resources such as database connections | 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 | 274 |
bshoshany/thread-pool | A lightweight and easy-to-use C++17 thread pool library for concurrent programming. | 2,252 |
status-im/nim-taskpools | A lightweight threadpool implementation for parallel task execution with low power consumption and high performance. | 101 |
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 | 873 |
awnumar/memcall | A cross-platform wrapper around common memory-related system calls. | 26 |