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. |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| char.rs | ||
| lib.rs | ||
| tables.rs | ||
| u_str.rs | ||
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. |
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| char.rs | ||
| lib.rs | ||
| tables.rs | ||
| u_str.rs | ||