acl
acl copied to clipboard
Implement spline key reduction algorithm
This is a broad research topic that should be started in a research branch. There are many things to try and play with here: whether or not to sort the data, how to index the data if not sorted, whether to quantize the values before or after key reduction happens, etc.
Cody Jones has began this work here