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

feat: row id index structures (experimental) #2303

Merged
merged 15 commits into from
May 22, 2024

Commits on May 20, 2024

  1. start row id structures

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    060085c View commit details
    Browse the repository at this point in the history
  2. serialization

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7598e98 View commit details
    Browse the repository at this point in the history
  3. implement index

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    71f2c8f View commit details
    Browse the repository at this point in the history
  4. add benchmark

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a18dbcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a10de35 View commit details
    Browse the repository at this point in the history
  6. row id progress

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e505c73 View commit details
    Browse the repository at this point in the history
  7. basic structure test

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e166053 View commit details
    Browse the repository at this point in the history
  8. test iterators

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4231ee3 View commit details
    Browse the repository at this point in the history
  9. fix bench

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0980af5 View commit details
    Browse the repository at this point in the history
  10. better bitmap impl

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    dc556b6 View commit details
    Browse the repository at this point in the history
  11. clippy

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8784106 View commit details
    Browse the repository at this point in the history
  12. document it all better

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5013e50 View commit details
    Browse the repository at this point in the history
  13. clippy

    wjones127 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e1fd60f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. pr feedback

    wjones127 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    83ec621 View commit details
    Browse the repository at this point in the history
  2. add todo for booleanbuffer

    wjones127 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e3db3c0 View commit details
    Browse the repository at this point in the history