perf: add hash compact persist-delta bridge mode

This commit is contained in:
Youzini-afk
2026-04-13 16:37:19 +08:00
parent 8f9c0d0b98
commit 67cf5fe7fa
10 changed files with 489 additions and 70 deletions

View File

@@ -121,6 +121,7 @@ export const defaultSettings = {
persistNativeDeltaThresholdRecords: 20000,
persistNativeDeltaThresholdStructuralDelta: 600,
persistNativeDeltaThresholdSerializedChars: 4000000,
persistNativeDeltaBridgeMode: "json",
nativeEngineFailOpen: true,
graphNativeForceDisable: false,