tylermzeller / pychain

An experimental blockchain in Python
MIT License
0 stars 0 forks source link

Persistence performance enhancements #6

Closed tylermzeller closed 6 years ago

tylermzeller commented 6 years ago

Read this article shortly after implementing the Plyvel persistence layer. Performance isn't a make-or-break feature of Pychain (it's written in Python....) but there's also no reason NOT to use the faster db. The API is also nearly identical to Plyvel