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
Post a Comment