From 0510c0cecefb50dedd691de82151bc629b35d816 Mon Sep 17 00:00:00 2001 From: Mark Summerfield Date: Tue, 14 Mar 2017 14:07:45 +0000 Subject: Mentioned that critbits is sorted... (#5524) Having a lexicographically sorted collection is a big benefit (I asked GvR years ago to add one to Python but it was no then and seems to be no now!). Anyone looking for a such a collection could easily miss the critbits model because very few people have heard of them (according to Wikipedia most people in a ration of approx 750:1 know them as radix trees: https://en.wikipedia.org/wiki/Talk%3ACrit_bit_tree). --- doc/lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/lib.rst b/doc/lib.rst index b43f295ef..ea43c0db9 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -84,7 +84,7 @@ Collections and algorithms Efficient implementation of a set of ints as a sparse bit set. * `critbits `_ This module implements a *crit bit tree* which is an efficient - container for a set or a mapping of strings. + container for a sorted set of strings, or for a sorted mapping of strings. * `sequtils `_ This module implements operations for the built-in seq type which were inspired by functional programming languages. -- cgit 1.4.1-2-gfad0 rtik/teliva/log/src/lmem.c'>log blame commit diff stats
blob: ae7d8c965f6e996e77ab51bb7598d4f544a0e539 (plain) (tree)