DennisCorvers
- 1,011 total downloads
- last updated 3/4/2021
- Latest version: 1.1.2
Bytestream is a small library that enables blazing fast serialization of a collection of types to raw bytes. Either in the form of a byte array byte[] or unmanaged memory IntPtr. The library performs no memory allocation on its own, so you are free to use your own memory allocator!
- 718 total downloads
- last updated 12/5/2021
- Latest version: 1.1.1
A collection of concurrent collections
The following collections are present:
ConcurrentHashSet (based on .Net ConcurrentDictionary)
SPSC Queue (Single Producer, Single Consumer).
MPSC Queue (Multi Producer, Single Consumer).
Concurrent Queue (Multi Producer, Multi Consumer).