I also wonder how memory efficient a pure Elm solution could be, as currently there's no support for binary or packed data representation. That alone might argue for keeping the image data itself on the JavaScript side where you (or the libraries you use) can pull all sorts of tricks with typed arrays and stuff like that. I think ultimately Elm could be a great language for working with binary data but it's not there yet.
Glad you're finding OpenSolid useful! Certainly happy to discuss feature requests - for the initial release I was concentrating on getting the data types and overall structure/'grammar' of the package right, but that means there are lots of places where useful individual bits of functionality are not yet implemented. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
