Skip to content

a8775/FifoBuffer.ts

Repository files navigation

FifoBuffer.ts

TypeScript implementation of FIFO. https://en.wikipedia.org/wiki/FIFO_(computing_and_electronics)

Can I use it?

Yes, but not for production, as code is not stabilized and not fully tested.

Examples

Some examples could be found in tests.

Dependency

No external dependencies, only for testing mocha and chai are required.

Installation

Run commands:

git clone https://github.com/a8775/FifoBuffer.ts

in working directory:

npm install
typings install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published