~kb/dumpster

docs(readme): prune
fix(LICENSE): update copyright holder reference
6a310c8b — Kim Burgess 4 years ago
doc(readme): add usage instructions
9b2ad002 — Kim Burgess 4 years ago
fix(heap_reader): fix Channel API compatability
afe25005 — Kim Burgess 5 years ago
filter correlated objects

Filters objects with correlated growth patterns to better highlight root
cause of memory leaks. This removes a bias that would exist towards
objects created from _within_ the actual leaky objects.
9606727f — Kim Burgess 5 years ago
mark fd field on File entries as optional

Output from production heap dumps indicates this does not always exist.
style: `locations_of_interst` -> `locations_of_interest``
improvement(analyser): reduce iteration
5fcb7515 — Caspian 5 years ago
fix JSON parsing for unordered JSON objects, strict collection transforms, filter location by correlation

NOTE: Caspian (caspianbaska@gmail.com) and Viv
54bad63f — Kim Burgess 5 years ago
build correlation matrix for instantiation locations
2476b942 — Kim Burgess 5 years ago
split math lib out into it's own shard
d2654f20 — Kim Burgess 5 years ago
support stats calculations for both sample and population sources
fe9c841a — Kim Burgess 5 years ago
remove unnecessary type cast
f0e96c6b — Kim Burgess 5 years ago
use Crystal.main block for execution
3fdb3fb0 — Kim Burgess 5 years ago
implement pearson correlation and covariance
17cf7cf0 — Kim Burgess 5 years ago
revert to providing intercept and gradient only
9fc239cc — Kim Burgess 5 years ago
implement base stats methods
8c8e3048 — Kim Burgess 5 years ago
update notes
c47eda59 — Kim Burgess 5 years ago
add dockerfile for build deps
f4765d82 — Kim Burgess 5 years ago
temp entry offset adjustment
Next