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(accounts-db): support fast loading #324

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. init

    0xNineteen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f29d718 View commit details
    Browse the repository at this point in the history
  2. small fix to benchmarks

    0xNineteen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    af2968a View commit details
    Browse the repository at this point in the history
  3. reduce fuzz logs

    0xNineteen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d45d0fc View commit details
    Browse the repository at this point in the history
  4. fix lint

    0xNineteen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a4de9d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. feat(accounts-db): add u64 index to reference fields (#358)

    * init new recycle_buffer which is more accurate to what we want for direct index accesses and non-allocator interface
    
    * incorp new recycle buffer approach
    
    * index changes working
    0xNineteen authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    839fcbf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    bcdb974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b471afd View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    6a23278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    794ae90 View commit details
    Browse the repository at this point in the history