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

Optimize repeatedly serializing array bitmaps #364

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2022

  1. add bench

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    fbd25e6 View commit details
    Browse the repository at this point in the history
  2. make optimization work

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    8d13e7c View commit details
    Browse the repository at this point in the history
  3. fix panic

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    838be11 View commit details
    Browse the repository at this point in the history
  4. make it correct

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    0095435 View commit details
    Browse the repository at this point in the history
  5. cleanup

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    fdd01ce View commit details
    Browse the repository at this point in the history
  6. more improvements

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    02d63cb View commit details
    Browse the repository at this point in the history
  7. cache --> pool

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    c8946a9 View commit details
    Browse the repository at this point in the history
  8. make linter happy

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    77893c3 View commit details
    Browse the repository at this point in the history
  9. clarify doc strings

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    2246c99 View commit details
    Browse the repository at this point in the history
  10. improve prop tests

    richardartoul committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    201625c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. address feedback

    richardartoul committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    1c168c3 View commit details
    Browse the repository at this point in the history