vasturiano / d3-force-3d

Force-directed graph layout in 1D, 2D or 3D using velocity Verlet integration.
https://observablehq.com/@vasturiano/multi-dimensional-d3-force-simulation
MIT License
369 stars 52 forks source link

[Question] Obstacles of changing this library to use web workers #18

Open xiaoxiaobt opened 1 year ago

xiaoxiaobt commented 1 year ago

Hello, may I ask if there are any major obstacles that prevents this library switching to use web workers? Our current project uses react force graph, and there are performance issues when number of nodes is large and the calculating layout is expensive. Therefore, before I implement, may I ask if there are any issues of using it from the author's perspective?