Expand description

Drop-in replacement for the splay set used for the scanline. Based on the BTreeSet of the standard library. This might be less performant than the implementation based on a splay set, but it is here for comparisons.

Structs

  • Data structure for the scan-line based on a BTreeSet.