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

trie: parallel commit (alternative version) #30545

Merged
merged 15 commits into from
Oct 14, 2024

Commits on Oct 7, 2024

  1. trie: parallize committer

    stevemilk authored and holiman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    633d376 View commit details
    Browse the repository at this point in the history
  2. add benchmark test

    stevemilk authored and holiman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    46cac2e View commit details
    Browse the repository at this point in the history
  3. trie: polish the changes

    rjl493456442 authored and holiman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    50ef3a2 View commit details
    Browse the repository at this point in the history
  4. trie: add back bench tests

    rjl493456442 authored and holiman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    888c388 View commit details
    Browse the repository at this point in the history
  5. sort imports

    stevemilk authored and holiman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0c04b56 View commit details
    Browse the repository at this point in the history
  6. trie: experimental parallel commit

    trie: test which shows that the commit is erroneous
    trie: make parallel committer correct
    trie/trienode: better merge of set
    fix error in bench
    holiman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3609881 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c45886 View commit details
    Browse the repository at this point in the history
  8. trie: roll back some changes

    holiman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    97de229 View commit details
    Browse the repository at this point in the history
  9. trie: fix mutex flaw

    holiman committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4abe141 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c16a018 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. trie: fix i/index flaw

    holiman committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b5c5f3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f253b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc9164d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aa1cf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. trie: minor polish

    rjl493456442 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    05326f0 View commit details
    Browse the repository at this point in the history