1. 06 Aug, 2020 2 commits
  2. 05 Aug, 2020 4 commits
    • Steven Allen's avatar
      Make ScanForLinks non-recursive · f6390fed
      Steven Allen authored
      This way, we can't blow out our stack.
      f6390fed
    • Steven Allen's avatar
      Optimize Deferred · cdf4113c
      Steven Allen authored
      We use this quite frequently so it should be fast.
      
      Note: this removes the depth restriction because the algorithm is no longer recursive.
      cdf4113c
    • Steven Allen's avatar
      Optimize readByte · 3c783b99
      Steven Allen authored
      Type asserting to a concrete type is ~10x faster than type asserting to an
      interface. This change has a significant performance impact in my test. readByte
      used to account for 10.8% of the time, now it accounts for 3.4%.
      3c783b99
    • Steven Allen's avatar
      Switch to non-buffering byte reader · 021bda15
      Steven Allen authored
      Buffering could lead to reading over the end of the object, corrupting the next object.
      
      This patch also gets rid of "PeekByte" and uses the standard ReadByte/UnreadByte
      interfaces. That way, we can avoid wrapping the byte reader in the happy path,
      saving some overhead.
      021bda15
  3. 23 Jul, 2020 3 commits
  4. 20 Jul, 2020 2 commits
  5. 15 Jul, 2020 1 commit
  6. 14 Jul, 2020 2 commits
  7. 10 Jul, 2020 5 commits
  8. 06 Jul, 2020 2 commits
  9. 03 Jul, 2020 3 commits
  10. 19 Jun, 2020 1 commit
  11. 04 May, 2020 4 commits
  12. 03 May, 2020 3 commits
  13. 02 May, 2020 1 commit
  14. 01 May, 2020 4 commits
  15. 14 Apr, 2020 2 commits
  16. 02 Apr, 2020 1 commit