less ram usage #1570
Replies: 3 comments 4 replies
-
A bit difficult. Last time I try the bottlenecks are mostly the American word list (removing this won't affect the result too much) and the dictionary itself (main.json is merely 4MB, but Python small string overhead means it gets much larger? Maybe try your luck with C extension or something). (Actually this is probably solvable in pure Python by packing everything into a bytearray then binary search on it for dictionary lookup...? But that sounds more hacky than just implementing a dictionary in C) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Run without the GUI, use SQLite dictionaries, don't load the wordlist…
|
Beta Was this translation helpful? Give feedback.
-
In regards to trying to get plover on something like an ox64 (less than 64MB), is it possible to reduce the amount of RAM required to run plover?
Beta Was this translation helpful? Give feedback.
All reactions