Found 4 packages
A cross-platform shared memory queue for fast interprocess messaging.
SharedQueueManager is a .NET library providing shared memory message queue functionalities. It facilitates communication and data transfer between different parts of an application or different applications, encapsulating the complexities of shared memory management and offering a straightforward interface for enqueueing and dequeueing messages.
The eco friendly set of array pool based collections for netstandard2.1. Container's storage allocated and recycled back to shared memory pool by default. List of generic collections and APIs supported: - ``List`` - ``Map`` - ``Set`` - ``Stack`` - ``Queue`` Some extras built in: - BitArr - std::vector api - Python like APIs. Append methods, ``+`` ``-``, equality operators overloaded. - Lambda allocation free enumerable extensions Each collection is serializable by default. It has a class destructor defined and ``System.IDisposable`` interface implemented to recycle internal storage on demand or by ``GC``.