SkillAgentSearch skills...

Cbuf

Erlang Circular Buffer/List/LIFO Queue using ETS

Install / Use

/learn @mattsta/Cbuf
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cbuf: Erlang Circular Buffer/List/LIFO Queue using ETS

Building

Compile: rebar compile

Test: rebar eunit

See cbuf_test/0 in src/cbuf.erl for sanity tests.

API Usage

  • Create a circular list of size N (start_link)
  • Add items to the list (add)
  • Retrieve the most recent N items (entries)

cbuf was created to serve a bounded scrollback for a web based interactive terminal.

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated6y ago
Forks7

Languages

Erlang

Security Score

60/100

Audited on Apr 30, 2019

No findings