piling.js icon indicating copy to clipboard operation
piling.js copied to clipboard

Move the item rendering into a worker

Open flekschas opened this issue 4 years ago • 0 comments

Currently, the main thread is blocked as the items are rendered. This can be troublesome especially when piling.js is used in another library. We should instead move the item rendering into a worker.

flekschas avatar Feb 29 '20 20:02 flekschas