markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
311 stars 119 forks source link

Topology cache via python3 LRU functionality #1396

Closed marscher closed 5 years ago

marscher commented 5 years ago

replaced custom cache (plain dictionary and hashing input files) with python3 LRU (least recently used) cache