dadap / flingon-assister

A port of boQwI' to Flutter
Apache License 2.0
7 stars 5 forks source link

Don't load the whole database every time the app starts #7

Closed dadap closed 6 years ago

dadap commented 6 years ago

Right now, the app just loads the whole database into memory, and searches are done manually against the in-memory copy. Using SQLite instead would allow us to query things only when needed, and would probably also make case-insensitive search (see #3) faster.

dadap commented 6 years ago

The new database code is fast enough that this doesn't seem as pressing. Downgrading to nice-to-have.

dadap commented 6 years ago

After using the new database code for the past few days, I no longer think this is worth fixing. Closing.