Auto merge of #46713 - Manishearth:memchr, r=bluss

Use memchr to speed up [u8]::contains 3x

None
This commit is contained in:
bors
2017-12-31 16:38:10 +00:00
9 changed files with 265 additions and 233 deletions

View File

@@ -302,6 +302,7 @@
#![feature(sip_hash_13)]
#![feature(slice_bytes)]
#![feature(slice_concat_ext)]
#![feature(slice_internals)]
#![feature(slice_patterns)]
#![feature(staged_api)]
#![feature(stmt_expr_attributes)]