karelpeeters
09/08/2017, 4:28 PMinline
classes. They'd always be compiled down to a parameter list that basically unwraps their values. Might write up a proposal for it when I find some time.benleggiero
09/09/2017, 12:17 AMkarelpeeters
09/09/2017, 8:11 AMPoint
classes, and instatiating a bunch of them is too slow. This sometimes leads to people recycling instances with a kind of custom memory management, and the class has to be mutable. This would replace the class with two `Double`s, so there's no overhead.