S
SGLV Core Library
SGLV 核心依赖库(v1.0.3):跨脚本复用的基础设施工具集。包含 NS 命名空间、IndexedDB KV 持久化、负缓存、StageProgress 多阶段进度条、makeThrottledProgress 节流、concurrentPool 智能并发池(429 降并发 + 指数退避)、twoPhaseFetch 两阶段批量抓取、fillPendingSlots 占位、gmFetchJso
#工具库
#IndexedDB
#GM脚本兼容层
#JavaScript库
Statistics
Total Installs
9
Last 24h
+9
User Rating
-
Description
Versions1
Ratings0
Permissions
Cross-script infrastructure library providing KV persistence
SGLV 核心依赖库(v1.0.3):跨脚本复用的基础设施工具集。 包含 NS 命名空间、IndexedDB KV 持久化、负缓存、StageProgress 多阶段进度条、makeThrottledProgress 节流、concurrentPool 智能并发池(429 降并发 + 指数退避)、twoPhaseFetch 两阶段批量抓取、fillPendingSlots 占位、gmFetchJson/gmFetchText GM_xmlhttpRequest 包装 v1.0.3 新增 PersistentComputeCache 持久化计算缓存(IDB+内存镜像+输入签名+schema版本,支持 getOrCompute/invalidateByInput/getSync 同步预热)。供主脚本 @require 引用,不可单独使用。