Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Improved performance of list iterator (- 10-20%) #441

Merged
merged 2 commits into from
Sep 25, 2021

Commits on Sep 23, 2021

  1. Elide bounds checks in (fixedsize)list-iter

    Also adds a slice unchecked and dispatches
    slice method to the unchecked. This also
    reduces a double assert to a single assert
    in safe code. As the bounds were checked
    at the array buffer and at the validity.
    ritchie46 committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    189b424 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Jorge Leitao <[email protected]>
    ritchie46 and jorgecarleitao authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    1a1425d View commit details
    Browse the repository at this point in the history