heavyai / heavyai-crossfilter

JavaScript library for exploring large multivariate datasets in the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor ResultCache

Drecula opened this issue · comments

ResultCache is now a class.

  1. Does it belong in Crossfilter, or should it be part of the connector lib?
  2. CrossfilterWrapper, following the old API, exposes creation of a ResultCache outside of
    crossfilter or it's collaborating classes. Do we need this, or can we get rid of it? (there is a unit
    test for it).