An open API service indexing awesome lists of open source software.

https://github.com/tandemdude/shared_cbuff

An implementation of a circular buffer which makes use of SharedMemory in order to allow sharing of the data across multiple python instances.
https://github.com/tandemdude/shared_cbuff

buffer circular-buffer library parallel-computing python python-library python3 shared-memory

Last synced: 9 months ago
JSON representation

An implementation of a circular buffer which makes use of SharedMemory in order to allow sharing of the data across multiple python instances.

Awesome Lists containing this project