1. 26 May, 2021 1 commit
  2. 13 May, 2021 2 commits
  3. 20 Mar, 2021 3 commits
  4. 09 Mar, 2021 5 commits
  5. 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
  6. 25 Feb, 2021 1 commit
  7. 23 Feb, 2021 2 commits
  8. 14 Feb, 2021 1 commit
  9. 26 Jan, 2021 1 commit
  10. 22 Jan, 2021 4 commits
  11. 20 Jan, 2021 1 commit
  12. 06 Jan, 2021 2 commits
  13. 12 Dec, 2020 2 commits
  14. 09 Dec, 2020 1 commit
  15. 29 Nov, 2020 1 commit
  16. 21 Nov, 2020 1 commit
  17. 19 Nov, 2020 1 commit
  18. 17 Nov, 2020 1 commit
  19. 12 Nov, 2020 2 commits
  20. 10 Nov, 2020 1 commit
  21. 05 Nov, 2020 5 commits