Skip to content

Commit a5e8631

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

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 is about 70 lines of code that's been property tested used
47+
in production for several years. It is similar to Erlang's
48+
[`queue`](https://www.erlang.org/docs/28/apps/stdlib/queue.html) but simplified
49+
to the circular buffer use case.

0 commit comments

Comments
 (0)