RhoInc / query-overview

Interactive bar chart showing the distribution of queries in a clinical trial
https://rhoinc.github.io/query-overview/test-page
MIT License
1 stars 1 forks source link

Compress CSV to json #9

Open jwildfire opened 7 years ago

jwildfire commented 7 years ago

Consider whether we can convert the raw json (from d3.csv()) to a nested structure to save space and improve processing speed. Something like:

jwildfire commented 7 years ago

Performance ok up to 6 mb, so leaving this out for v1.0