We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f2fa1e + b809f45 commit 3c131d6Copy full SHA for 3c131d6
src/tools/unicode-table-generator/src/main.rs
@@ -15,7 +15,7 @@
15
//! We have two separate encoding schemes: a skiplist-like approach, and a
16
//! compressed bitset. The datasets we consider mostly use the skiplist (it's
17
//! smaller) but the lowercase and uppercase sets are sufficiently sparse for
18
-//! the bitset to be worthwhile -- for those sets the biset is a 2x size win.
+//! the bitset to be worthwhile -- for those sets the bitset is a 2x size win.
19
//! Since the bitset is also faster, this seems an obvious choice. (As a
20
//! historical note, the bitset was also the prior implementation, so its
21
//! relative complexity had already been paid).
0 commit comments