Move hexgrid heatmap computation to Web Worker
R-tree building, hex grid generation, and percentile sorting now run off the main thread, eliminating 20s+ UI freezes on large datasets. The old bundled HexgridHeatmap.js is replaced by a typed worker + main-thread client with dual R-trees (worker for grid gen, main thread for synchronous click queries).
This commit is contained in:
parent
c6f7b47446
commit
81ff9d9e41
10 changed files with 708 additions and 2541 deletions
|
|
@ -33,7 +33,6 @@
|
|||
},
|
||||
"include": [
|
||||
"src",
|
||||
"public/HexgridHeatmap.js",
|
||||
],
|
||||
"exclude": [
|
||||
"src/**/__tests__/**",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue