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: refactor stacktrie #28233

Merged
merged 4 commits into from
Oct 10, 2023
Merged

trie: refactor stacktrie #28233

merged 4 commits into from
Oct 10, 2023

Commits on Oct 1, 2023

  1. trie: refactor stacktrie

    This change refactors stacktrie to separate the stacktrie itself from the
    internal representation of nodes: a stacktrie is not a recursive structure
    of stacktries, rather, a framework for representing and operating upon a set of nodes.
    holiman committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    171a932 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Oct 9, 2023

  1. trie: polish

    rjl493456442 authored and holiman committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a2fb3f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687e54a View commit details
    Browse the repository at this point in the history