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
- Host: GitHub
- URL: https://github.com/gforge/torch-buffer
- Owner: gforge
- License: mit
- Created: 2017-01-30T09:54:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T17:31:33.000Z (over 9 years ago)
- Last Synced: 2025-02-03T13:15:32.009Z (over 1 year ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.