Skip to content

Commit c809bf3

Browse files
committed
Add reference to Erlang queue in description
1 parent 7a684ce commit c809bf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343

4444
## Should I use this?
4545

46-
The entire codebase is about 70 lines of code, has been tested using property
47-
based testing, and has been used in production for several years. I believe the
48-
implementation is sound but it may not be the highest performance library out
49-
there.
46+
The entire codebase consists of around 70 lines, has been property-tested, and
47+
has been in production for several years. Its implementation is similar to
48+
Erlang’s [`queue`](https://www.erlang.org/docs/28/apps/stdlib/queue.html) module
49+
but simplified for the circular buffer use case.

0 commit comments

Comments
 (0)