rust/src/librustc_unicode
Raph Levien cfaf66c94e Add comment, reduce storage requirements
Adds a comment which explains the trie structure, and also does a
little arithmetic on lookup (no measurable impact, looks like modern
CPUs do this arithmetic in parallel with the memory lookup to find the
node) to save a bit of space. As a result, the memory impact of the
compiled tables is within a couple hundred bytes of the old
bsearch-range structure.
2016-04-20 21:56:35 -07:00
..
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
char.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
lib.rs std: Change encode_utf{8,16} to return iterators 2016-03-22 10:25:30 -07:00
tables.rs Add comment, reduce storage requirements 2016-04-20 21:56:35 -07:00
u_str.rs std: Change encode_utf{8,16} to return iterators 2016-03-22 10:25:30 -07:00