Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compute packed leaf values on demand (Option 1) #19

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jul 13, 2023

  1. Compute values on demand

    macladson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    01675b8 View commit details
    Browse the repository at this point in the history
  2. Fix clippy

    macladson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    193d8c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Use unsafe to great effect

    Co-authored-by: Mac Ladson <[email protected]>
    michaelsproul and macladson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bce1c83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from sigp/unsafe-packed-leaf

    Use unsafe to great effect
    macladson authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3db5b2f View commit details
    Browse the repository at this point in the history
  3. Clippy

    macladson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    33ebf5c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Cleanup

    macladson committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bfe252d View commit details
    Browse the repository at this point in the history
  2. Fix alignment issues

    michaelsproul committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b252dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74da78c View commit details
    Browse the repository at this point in the history
  4. Remove expects

    macladson committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8aa528d View commit details
    Browse the repository at this point in the history
  5. Avoid allocation in repeat

    macladson committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    158c469 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c7f2bb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    9aa5bfa View commit details
    Browse the repository at this point in the history
  2. Fix conflicts

    macladson committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    de30b36 View commit details
    Browse the repository at this point in the history