Fantastic, I’ll have a look and update the post.
My theory wasn’t far off then, overhead due to Option operations.
Update 1:
Interesting; in Scala, map is faster than match/switch, partially due to JVM optimisations
Fantastic, I’ll have a look and update the post.
My theory wasn’t far off then, overhead due to Option operations.
Update 1:
Interesting; in Scala, map is faster than match/switch, partially due to JVM optimisations