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

https://github.com/gforge/torch-buffer

A simple buffer utility
https://github.com/gforge/torch-buffer

Last synced: 8 months ago
JSON representation

A simple buffer utility

Awesome Lists containing this project

README

          

# torch-buffer

A simple buffer utility that keeps a table with a defined set of numbers. Values
are pushed/popped. Once the buffer is full the FIFO (first in -> first out)
principle applies.

# Tests

The package specifications and tests are in the specs folder. Use `busted`
to run these.