I need to store a dictionary of which keys are dates and values are a list of strings.
The file was originally stored by matlab in .mat with only around 100MB. When we try to store it in pickle, it become 1G. Are there any good ways to save this dictionary in python?