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
-9
View File
@@ -813,7 +813,6 @@ __metadata:
"@affine/error": "workspace:*"
"@affine/graphql": "workspace:*"
"@blocksuite/affine": "workspace:*"
"@datastructures-js/binary-search-tree": "npm:^5.3.2"
"@toeverything/infra": "workspace:*"
eventemitter2: "npm:^6.4.9"
fake-indexeddb: "npm:^6.0.0"
@@ -4377,13 +4376,6 @@ __metadata:
languageName: node
linkType: hard
"@datastructures-js/binary-search-tree@npm:^5.3.2":
version: 5.3.2
resolution: "@datastructures-js/binary-search-tree@npm:5.3.2"
checksum: 10/05936b8710e7db5f6e748ffbcd857ca692ba5de8edb87988d5f093085df9e9a15af5caa1a9de020682703ba15f425e2fd513c540a1cb1da293bf0c67793cdae7
languageName: node
linkType: hard
"@date-fns/tz@npm:^1.2.0":
version: 1.2.0
resolution: "@date-fns/tz@npm:1.2.0"
@@ -14134,7 +14126,6 @@ __metadata:
"@affine/env": "workspace:*"
"@affine/error": "workspace:*"
"@affine/templates": "workspace:*"
"@datastructures-js/binary-search-tree": "npm:^5.3.2"
"@emotion/react": "npm:^11.14.0"
"@preact/signals-core": "npm:^1.8.0"
"@swc/core": "npm:^1.10.1"