rust/src/librustc_unicode
Raph Levien 4864e0e90b Efficient trie lookup for boolean Unicode properties
Replace binary search of ranges with trie lookup using leaves of
64-bit bitmap chunks. Benchmarks suggest this is approximately 10x
faster than the bsearch approach.
2016-04-19 12:25:28 -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 Efficient trie lookup for boolean Unicode properties 2016-04-19 12:25:28 -07:00
u_str.rs std: Change encode_utf{8,16} to return iterators 2016-03-22 10:25:30 -07:00