- Nov 17, 2018
-
-
Carl Lerche authored
-
- Sep 03, 2018
-
-
Carl Lerche authored
-
- Jul 03, 2018
-
-
Sean McArthur authored
- Clones when the kind is INLINE or STATIC are sped up by over double. - Clones when the kind is ARC are spec up by about 1/3.
-
- May 25, 2018
-
-
Carl Lerche authored
-
Carl Lerche authored
-
- May 02, 2017
-
-
Arthur Silva authored
-
- Feb 20, 2017
-
-
Carl Lerche authored
The previous implementation didn't factor in a single `Bytes` handle being stored in an `Arc`. This new implementation correctly impelments both `Bytes` and `BytesMut` such that both are `Sync`. The rewrite also increases the number of bytes that can be stored inline.
-