What is most efficient way to store a english dictionary in python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is most efficient way to store a english dictionary in python ?

please specify way other than simple python dictionary

23rd Apr 2017, 6:57 PM
Vibhu Vashishtha
Vibhu Vashishtha - avatar
3 Answers
+ 4
I know it may sound iffy, but... <class 'dict'>?
24th Apr 2017, 9:40 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
dict is not really efficient with memory (well, it's better now with Python 3.6's implementation)
29th Apr 2017, 8:50 PM
Amaras A
Amaras A - avatar
- 1
Not storing it, I'd think
23rd Apr 2017, 10:27 PM
Amaras A
Amaras A - avatar