feat(core): improve priority queue performance (#11559)

This commit is contained in:
EYHN
2025-04-09 14:56:32 +00:00
parent e58f230354
commit 1bd31b67cd
6 changed files with 532 additions and 14 deletions

View File

@@ -18,7 +18,6 @@
"./frontend": "./src/frontend/index.ts"
},
"dependencies": {
"@datastructures-js/binary-search-tree": "^5.3.2",
"@toeverything/infra": "workspace:*",
"eventemitter2": "^6.4.9",
"graphemer": "^1.4.0",