Describe the solution you'd like
The implementation of Stairs.layer requires input vectors to be "grouped by", in case there are repeated values in start and end parameters. This is probably slow for very large datasets. A cython implementation may yield much better results?
Describe the solution you'd like
The implementation of Stairs.layer requires input vectors to be "grouped by", in case there are repeated values in start and end parameters. This is probably slow for very large datasets. A cython implementation may yield much better results?