dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

misc: Add FilterMapSlice util #349

Closed adamantike closed 3 months ago

adamantike commented 3 months ago

For the scenarios where both Filter and Map are being applied, having this util should be faster, as it avoids the creation of an extra slice during the intermediate step.