Music
Music copied to clipboard
[Duration] ProportionTree / DurationTree
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.