]> git.lizzy.rs Git - rust.git/commit
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)
commit1153ad3239dc1d5f08f2325ded25f5bb95872cb5
treea36eb31f3c812d309f6bbdaa907d3a1699cea7fa
parent03fd90be459650160a4edefbc78588a938db2f8c
parentcb29492e77ff24d56ebc06ecfbd9b2c9bcc6e315
auto merge of #16670 : Swatinem/rust/charascii, r=alexcrichton

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.