zenith
- 42,172 total downloads
- last updated 1/27/2015
- Latest version: 1.2.2
Extension methods providing high performance deep copy capability for of arrays of common value types - currently: byte, char, short, int, long, and their unsigned brethren where applicable.
Considerably faster than Array.Copy - and it's also faster than Buffer.BlockCopy in most...
More information
RingBuffer
by:
zenith
- 28,904 total downloads
- last updated 10/17/2014
- Latest version: 1.5.1
High performance classic ring/circular buffer (with optional .NET BCL System.IO.Stream interface) for byte data.
Packaged as a portable class library (PCL).
Asynchronous I/O from streams is supported to boost performance.
Supports concurrent reading and writing, and overwriting (optional).
- 12,142 total downloads
- last updated 9/4/2014
- Latest version: 1.0.0
A pure C# portable class library (PCL) implementation of high performance LZ4 compression algorithm, with streaming interface (System.IO.Stream derived).
It includes a High Compression (HC) codec variant, which is slower than the standard LZ4 codec, but provides a better compression ratio.
This...
More information
BitManipulator
by:
zenith
- 9,539 total downloads
- last updated 1/25/2015
- Latest version: 1.0.5
A set of extension methods for doing bitwise manipulation such as endianness (bytes<-->integral types) and rotation.
Endianness-related functionality: short, ushort, int, uint, long, ulong : conversion between (to and from) individual items of these and byte arrays, and between arrays of any of...
More information