Open osresearch opened 8 years ago
The VstBuffer class should track segments, rather than individual points. This might make the sort algorithm simpler and maps well to the line() override.
VstBuffer
line()
There are at least 4 different scenarios that should be considered for the VstBuffer, as this directly impacts optimizing the sort:
The
VstBuffer
class should track segments, rather than individual points. This might make the sort algorithm simpler and maps well to theline()
override.