PyBitmessage
PyBitmessage copied to clipboard
Db indexes, check backwards compatibility
- there may be performance issues with many messages. It already shows sometimes, it can take some time to load a message list. I did some simple tests and they indicate it's not a UI issue, so probably a DB
- sqlite supports indexes, this may help
- but it needs to be investigated in more depth first