Phew this was a tough one, but I finally made a dr...
# arrow-contributors
y
Phew this was a tough one, but I finally made a draft PR with a working implementation of a
value class Option
! Turns out while the compiler is very finicky and picky with its optimizations for value classes, it did still surprise me by being more optimized that expected. It's still missing tests, documentation, and benchmarks, which I will add in the next couple of days. The implementation does have some downsides though, so I wonder what the team thinks of it. Check it out here: https://github.com/arrow-kt/arrow/pull/2780
🎉 3