NSLS-II / metadatastore

DEPRECATED: Incorporated into https://github.com/NSLS-II/databroker
Other
2 stars 11 forks source link

Remove unused boltons imports #233

Closed ghost closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 86.78%

Merging #233 into master will decrease coverage by <.01%

@@             master       #233   diff @@
==========================================
  Files             7          7          
  Lines           871        870     -1   
  Methods           0          0          
  Messages          0          0          
  Branches        146        146          
==========================================
- Hits            756        755     -1   
  Misses           85         85          
  Partials         30         30          

Powered by Codecov. Last updated by 1714726...e84e976

tacaswell commented 8 years ago

we should sort out how to re-impelment a LRU on this.

ghost commented 8 years ago

@tacaswell we should either give pylru or joblib a shot here. I think joblib would be excellent for filestore as caches numpy arrays like no other tool out there. Once we decide which library, I can add the caching layer.

tacaswell commented 8 years ago

also, awj which naturally caches dataframes ;)

ghost commented 8 years ago

Right, this feature is in awj. I think you can increase the performance with joblib. Let's discuss this in person. (also, we can make a decision on which lib to use)