• Stars
    star
    5
  • Rank 2,846,637 (Top 57 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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