We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a684ce commit c809bf3Copy full SHA for c809bf3
README.md
@@ -43,7 +43,7 @@ end
43
44
## Should I use this?
45
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.
+The entire codebase consists of around 70 lines, has been property-tested, and
+has been in production for several years. Its implementation is similar to
+Erlang’s [`queue`](https://www.erlang.org/docs/28/apps/stdlib/queue.html) module
+but simplified for the circular buffer use case.
0 commit comments