]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #16670 : Swatinem/rust/charascii, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 23 Aug 2014 20:50:57 +0000 (20:50 +0000)
committerbors <bors@rust-lang.org>
Sat, 23 Aug 2014 20:50:57 +0000 (20:50 +0000)
I was doing a lot of parsing ascii strings, and the generic bsearch functions in `tables.rs` came up very high in the profile.
This should avoid calling those functions for simple ASCII range chars.


Trivial merge