INET-Complexity / isle

11 stars 20 forks source link

*_history_logs.dat takes a lot of disk space #120

Open rht opened 5 years ago

rht commented 5 years ago

This is because the dict is stored in plaintext. It would be much more space-efficient (and time-efficient) to use pickle.

rht commented 5 years ago

https://docs.python.org/3/library/shelve.html