mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-20 07:51:32 +00:00
committed by
Andreas Rumpf
parent
5de728a2df
commit
3eff1b7765
@@ -8,8 +8,9 @@
|
||||
#
|
||||
|
||||
## This module implements a `crit bit tree`:idx: which is an efficient
|
||||
## container for a set or a mapping of strings. Based on the excellent paper
|
||||
## container for a sorted set of strings, or for a sorted mapping of strings. Based on the excellent paper
|
||||
## by Adam Langley.
|
||||
## (A crit bit tree is a form of `radix tree`:idx: or `patricia trie`:idx:.)
|
||||
|
||||
include "system/inclrtl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user