Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Mar 07, 2017
  3. Mar 03, 2017
    • Carl Lerche's avatar
      `BytesMut::reserve` should avoid small allocations · 933b8b26
      Carl Lerche authored
      This change tracks the original capacity requested when `BytesMut` is
      first created. This capacity is used when a `reserve` needs to allocate
      due to the current view being too small. The newly allocated buffer will
      be sized the same as the original allocation.
      933b8b26
  4. Mar 02, 2017
  5. Mar 01, 2017
  6. Feb 28, 2017
  7. Feb 24, 2017
  8. Feb 21, 2017
  9. Feb 20, 2017
  10. Feb 17, 2017
  11. Feb 16, 2017
  12. Feb 15, 2017
Loading