i want write dictionary app 100,000 english english words. dictionary has special function, can "tick" checkbox in app , store understanding words in same dictionary file e.g. json.
so, question need file read , write 100,000 words ability store status of words. json suitable choice read , wirte 100,000 pair of words?
if file large, think need split 100,000 words 100 files (1000 pair of words per file). idea?
thanks!
sqlite seems choice scenario.