fluxxor icon indicating copy to clipboard operation
fluxxor copied to clipboard

Web worker support?

Open petehunt opened this issue 10 years ago • 1 comments

Not sure if this is in scope, but it would be very cool (and easy I think) if Fluxxor supported running in a web worker. That way your "business logic" (which likely contains a lot of data) can exist off of the main thread, avoiding GC pauses and long processing times if they exist.

petehunt avatar Jun 11 '14 03:06 petehunt

I haven't done a whole lot of work with web workers, but the idea is very interesting. I'll do some research and see what this might look like. (Any tips you might have are welcome. :)

BinaryMuse avatar Jun 11 '14 06:06 BinaryMuse