Music icon indicating copy to clipboard operation
Music copied to clipboard

[Duration] ProportionTree / DurationTree

Open jsbean opened this issue 6 years ago • 0 comments

Implement ProportionTree / DurationTree with COW structs holding final class nodes. While the enum-based Tree implementation was elegant, performance issues are emerging.

By adding the @inlinable attribute to these enum-based ADT operations, things do get considerably better, but it will probably not be enough.

jsbean avatar Sep 03 '18 10:09 jsbean