Closed lomereiter closed 8 years ago
Intensities and coordinates are currently re-fetched from the database for every isotopic image.
This PR introduces usage of functools32 module for LRU caching of the most expensive method calls to avoid doing double work.
functools32
Was merged earlier into rel-v0.5 branch
Intensities and coordinates are currently re-fetched from the database for every isotopic image.
This PR introduces usage of
functools32
module for LRU caching of the most expensive method calls to avoid doing double work.