You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+15-16
Original file line number
Diff line number
Diff line change
@@ -8,40 +8,39 @@
8
8
9
9
## !!! ATTENTION
10
10
11
-
API currently not stable!
11
+
API is currently not stable!
12
12
13
13
## Overview
14
14
15
15
`package cidrtree` is a datastructure for IP routing tables (IPv4/IPv6) with fast lookup (longest prefix match).
16
16
17
17
The implementation is based on treaps, which have been augmented here for CIDRs. Treaps are randomized, self-balancing binary search trees. Due to the nature of treaps the lookups (readers) and the update (writer) can be easily decoupled. This is the perfect fit for a software router or firewall.
18
18
19
-
This package is a specialization of the more generic [interval package] of the same author,
20
-
but explicit for CIDRs. It has a narrow focus with a specialized API for IP routing tables.
19
+
This package is a specialization of the more generic [interval package] of the same author, but explicit for CIDRs. It has a narrow focus with a specialized API for IP routing tables.
0 commit comments