1. 20 Mar, 2021 2 commits
  2. 09 Mar, 2021 5 commits
  3. 08 Mar, 2021 2 commits
    • Marius Gripsgard's avatar
      Directly push buffers into queue · 8317bc62
      Marius Gripsgard authored
      For the amount these functions get called, std copy is way to expensive
      to do. This removes the need for buffer to be copied twice, first to a
      std::vector then SmallFixedVector. This also directly copies buffer into
      a smallVector without the init overhead smallVector's ctor do. This
      result is a massive performance bootst (at least on arm devices).
      
      Also use memcpy since that interestingly seems to be faster on arm
      devices, on amd64 they seems to be about the same speed.
      8317bc62
    • Marius Gripsgard's avatar
      Remove unnecessary std::copy · 0460c930
      Marius Gripsgard authored
      0460c930
  4. 25 Feb, 2021 1 commit
  5. 23 Feb, 2021 2 commits
  6. 20 Jan, 2021 1 commit
  7. 06 Jan, 2021 2 commits
  8. 12 Dec, 2020 2 commits
  9. 09 Dec, 2020 1 commit
  10. 29 Nov, 2020 1 commit
  11. 21 Nov, 2020 1 commit
  12. 19 Nov, 2020 1 commit
  13. 17 Nov, 2020 1 commit
  14. 12 Nov, 2020 2 commits
  15. 10 Nov, 2020 1 commit
  16. 05 Nov, 2020 15 commits