File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,7 @@ contain overlapping IP addresses, just in a few nanoseconds.
5555There is an example demonstrating how to use bart concurrently with multiple readers and writers.
5656Readers can access the table lock-free, while writers synchronize using a mutex to ensure
5757that only one writer can modify the table persistent at a time.
58- See the test ` ExampleTable_concurrent ` for a concrete example of this pattern.
59-
60- The lock-free implementation using the ...Persist() methods is still in an
61- early stage and has not been fully tested yet. It is not recommended for production use at this time.
58+ See the ` ExampleTable_concurrent ` test for a concrete example of this pattern.
6259
6360A ` bart.Lite ` wrapper is also included, this is ideal for simple IP
6461ACLs (access-control-lists) with plain true/false results and no payload.
You can’t perform that action at this time.
0 commit comments