We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d75c91 commit b809f45Copy full SHA for b809f45
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