jeady / stat-2b

1 stars 0 forks source link

Reduce SampleDist Latency #24

Open jeady opened 11 years ago

jeady commented 11 years ago

SampleDist mirrors the style of the old Java applets closely and is not efficient for javascript. It is functioning but should be refactored to achieve better responsiveness by reducing duplicate calculations and taking better advantage of javascript's functional programming features.