Skip to content

A Python wrapper around the POSIX Optimized implementation of Ring Buffer

Notifications You must be signed in to change notification settings

XiaonuoGantan/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

Contributors 2

  •  
  •