felix-reichel / price-search-engine-seals-analysis

Produces a price search engine firm quality seal changes data set of (potentially) skewed index-spaced data cubes within a big data cube.
0 stars 0 forks source link

Usage of functools.partial and Proper Usage of Caching #6

Open felix-reichel opened 2 months ago

felix-reichel commented 2 months ago

https://docs.python.org/3/library/functools.html Consider using functools.partial(func, /, *args, **keywords) and ensure proper caching of static mappers.