rust/src/libserialize
bors 816d765716 Auto merge of #46919 - michaelwoerister:new-leb128, r=sfackler
Speed up leb128 encoding and decoding for unsigned values.

Make the implementation for some leb128 functions potentially faster.

@Mark-Simulacrum, could you please trigger a perf.rlo run?
2018-01-20 02:00:13 +00:00
..
Cargo.toml Bump version, upgrade bootstrap 2017-02-03 13:25:46 -08:00
collection_impls.rs Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
hex.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
json.rs Use Try syntax for Option in place of macros or match 2017-12-09 14:18:33 -08:00
leb128.rs Make leb128 coding a bit faster. 2018-01-09 16:53:35 +01:00
lib.rs *: remove crate_{name,type} attributes 2017-08-25 16:18:21 -04:00
opaque.rs Auto merge of #46919 - michaelwoerister:new-leb128, r=sfackler 2018-01-20 02:00:13 +00:00
serialize.rs Implement Encodable and Decodable for Result. 2017-12-20 16:37:29 +01:00