Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.22 KB

Native compression

Spreads.Native.Compression class exposes methods from Blosc:

  • SIMD-optimized shuffle/unshuffle.
  • Compression: LZ4, Zstd, Zlib/GZip/Deflate compression/decompression. Currently works on Windows x64/x86 and Linux x64 (tested on WSL & Docker Ubuntu). Targets netstandard2.0.

Mimalloc

Full mimalloc API in .NET.

Cpu.GetCurrentCoreId method

Equivalent of Thread.GetCurrentProcessorId method, but which works on .NET Standard 2.0 and guarantees that the returned value could be used directly as an index in arrays with Cpu.CoreCount length. This allows to avoid expensive modulo operation in the most common use cases of per-core data structures.

License

MPL 2.0. See the license file and third-party licenses.