perf: add native hydrate wasm path

This commit is contained in:
Youzini-afk
2026-04-22 20:08:03 +08:00
parent 5c20417ce4
commit 4ab2e0c3c9
13 changed files with 892 additions and 10 deletions

View File

@@ -122,6 +122,8 @@ export const defaultSettings = {
persistNativeDeltaThresholdStructuralDelta: 600,
persistNativeDeltaThresholdSerializedChars: 4000000,
persistNativeDeltaBridgeMode: "json",
loadUseNativeHydrate: false,
loadNativeHydrateThresholdRecords: 12000,
nativeEngineFailOpen: true,
graphNativeForceDisable: false,