]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #53644 - llogiq:smallvec-for-small-c-str, r=estebank
authorkennytm <kennytm@gmail.com>
Fri, 24 Aug 2018 08:44:51 +0000 (16:44 +0800)
committerkennytm <kennytm@gmail.com>
Fri, 24 Aug 2018 11:24:45 +0000 (19:24 +0800)
commit0009fad4356a520228e0e3c8c2883c713d823e44
tree4ec20583455572577c75b0375869dde566d90f87
parent9dfb95b11fe61357e9f4ed9a8903a80cdaa06495
parent25a83e3a88bf5f199c8a8d8d8f452bab83d9a061
Rollup merge of #53644 - llogiq:smallvec-for-small-c-str, r=estebank

Use SmallVec for SmallCStr

This reuses the awesome optimizations from Servo's `SmallVec` to speed up `SmallCStr`.