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 -> kv store #677

Merged
merged 3 commits into from
Jan 20, 2020
Merged

trie -> kv store #677

merged 3 commits into from
Jan 20, 2020

Commits on Jan 18, 2020

  1. trie -> kv store

    * simplify data storage to key-value, tries are not relevant for NBC
    * locked-down version of lmdb dependency
    * easier to build / maintain on various platforms
    arnetheduck committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    75a6d68 View commit details
    Browse the repository at this point in the history
  2. lmdb: 32-bit Windows fixes

    stefantalpalaru authored and arnetheduck committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    84e5013 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. LMDB: create db dir

    stefantalpalaru committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    eb24035 View commit details
    Browse the repository at this point in the history