Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Refactor WalkTrie #135

Merged
merged 8 commits into from
Dec 8, 2020
Merged

Refactor WalkTrie #135

merged 8 commits into from
Dec 8, 2020

Commits on Nov 28, 2020

  1. refactor walk trie

    introduce WalkStrategy
    fix checkpoint benchmark
    jochem-brouwer committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    480a072 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. trie: expose some methods

    walkStrategy: cleanup the logic
    export walkStrategy so external consumers can use this
    jochem-brouwer committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f4bddd4 View commit details
    Browse the repository at this point in the history
  2. fix lint problems

    jochem-brouwer committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f4c6493 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a536e12 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. fix spelling in baseTrie.ts

    Co-authored-by: Ryan Ghods <[email protected]>
    jochem-brouwer and ryanio authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    910be32 View commit details
    Browse the repository at this point in the history
  2. rename walkStrategy to walkController

    update docs, add walkController to docs
    update changelog
    jochem-brouwer committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    3a7fe21 View commit details
    Browse the repository at this point in the history
  3. fix the type of FoundNodeFunction

    fix consumers of walkTrie with new type
    findPath does not put a null on the path in case key does not exist
    rebuild docs
    jochem-brouwer committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    9275cc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. rename methods for clarity

    update docs
    update changelog
    
    rebuild docs
    jochem-brouwer committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    7e7780d View commit details
    Browse the repository at this point in the history