Skip to content

A Python wrapper around the POSIX Optimized implementation of Ring Buffer

Notifications You must be signed in to change notification settings

marcgardiner/ring_buffer_py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ring_buffer_py

The Python interface to the Optimized POSIX ring buffer implementation.

Try it

In a virtual env, run:

$ python setup.py develop

$ sudo su

$ nosetests test.py

Need to be root in order to execute the test program since the ring buffer C library uses mmap to allocate virtual memory on /dev/shm.

About

A Python wrapper around the POSIX Optimized implementation of Ring Buffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.3%
  • Python 18.2%
  • Makefile 1.2%
  • Shell 0.3%