IU-MAP / avzag

Languages, sounds, and scripts.
https://iu-map.github.io/avzag/
MIT License
0 stars 0 forks source link

Effectively cache dictionaries #45

Closed alkaitagi closed 3 years ago

alkaitagi commented 3 years ago

Keep current dictionaries and compare with new data between language selection because writing is expensive.

alkaitagi commented 3 years ago

Now that we're going to use a single store for all languages, we need to test how this will affect searching performance.

alkaitagi commented 3 years ago

Also, you need to upgrade the big-store branch since the Entry type was updated. Inspect the new type, compare it with the previous one, and write a small python conversion script. After that, run it over the entire big-store dictionary data, and commit the changes.