Carpaccio
Carpaccio copied to clipboard
Optimisation of the `parallelCompactMap` implementation
- Removes an unnecessary sort from the
parallelCompactMap
implementation. - Removes some dead, commented out code.
Rather than merging this, you could also take the updated implementation from here and incorporate into Bento, @markuspiipari. The function is not used (nor tested) in Carpaccio right now at all.