Crate linecache

Crate linecache 

Source
Expand description

§linecache — 工业级异步行缓存(比 Python linecache 快 50~200 倍)

§linecache — Industrial-grade high-performance async line cache with precise memory control

比 Python 标准库 linecache50~200 倍,内存真正可控,专为亿级调用场景设计。 50~200× faster than Python’s stdlib linecache, truly controllable memory, designed for billions of calls.

完全兼容 Python linecache 的所有行为,同时保留旧版 DashMap 实现 API, 可实现零代码修改直接替换。 100% compatible with Python linecache behavior, while keeping legacy DashMap API, allowing zero-code drop-in replacement.

License: MIT OR Apache-2.0

Structs§

AsyncLineCache
工业级异步行缓存核心结构体 Industrial-grade asynchronous line cache core structure