Selects the SHA-256 backend used by Object Store put/get operations.
Default is "js" (pure-JS, browser-safe). Apps running on Node, Deno or
Bun can flip to "native" for substantially higher throughput on large
objects. The choice is process-wide — call once at startup, before any
Object Store operation.
Selects the SHA-256 backend used by Object Store put/get operations. Default is
"js"(pure-JS, browser-safe). Apps running on Node, Deno or Bun can flip to"native"for substantially higher throughput on large objects. The choice is process-wide — call once at startup, before any Object Store operation.