lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.57k stars 178 forks source link

replace levelDB, introduce libclaimtrie #359

Closed BrannonKing closed 4 years ago

BrannonKing commented 4 years ago

Things included: Separation of LBRY-original code into its own library. Replace LevelDB with Sqlite Replace key-value data storage with relational data. Cap the RAM usage by storing and leaving the trie in the DB.