fruitflybrain / neu3d

A javascript 3D visualization engine for neural data in SWC format
7 stars 8 forks source link

Dispose everything properly #19

Closed TK-21st closed 2 years ago

TK-21st commented 4 years ago

as title. add neu3d.dispose logic

TK-21st commented 2 years ago

Should test for gpu/cpu memory after #37 merged.

TK-21st commented 2 years ago

Creating/Dispose 40 empty neu3d instances increase browser memory from 19 to 38MB. Testing with adding 1400 neurons and disposing neu3d seems to be okay. max 750MB reduced to ~20 after disposal + GC.

TK-21st commented 2 years ago

Should be good now.