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