Skip to content
Snippets Groups Projects
  1. Sep 08, 2019
  2. Sep 05, 2019
  3. Aug 27, 2019
    • Douman's avatar
      Remove IntoBuf/FromBuf (#288) · b6cb346a
      Douman authored
      As consequence Buf::collect is removed as well, which is replaced with `Buf::into_bytes`. The advantage of `Buf::into_bytes` is that it can be optimized in cases where converting a `T: Buf` into a `Bytes` instance is efficient.
      b6cb346a
  4. Jul 30, 2019
  5. Nov 17, 2018
  6. Sep 03, 2018
  7. Jul 03, 2018
  8. May 25, 2018
  9. May 02, 2017
  10. Feb 20, 2017
    • Carl Lerche's avatar
      Rewrite `Bytes` / `BytesMut` core implementation · cf5a1bc4
      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.
      cf5a1bc4
Loading