objective c - loading trie from Sqlite -


i working on ios custom keyboard. autocorrect using trie own word scoring logic. every time keyboard pops up, in viewdidload load nsarray sqlite database takes .01ms. concern when loading trie taking .8ms. instead of loading trie every time, there way can load once , trie should ready when keyboard pops up?


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -