This new cache implementation significantly increases load performance by using pickle and bypassing the slow performance of Pandas parsing large csv files. It also slightly reduces the space usage. Caching can now be configured by the end user setting the size and location of the cache.
This new cache implementation significantly increases load performance by using pickle and bypassing the slow performance of Pandas parsing large csv files. It also slightly reduces the space usage. Caching can now be configured by the end user setting the size and location of the cache.
Also fixes #60 and #61