linecache 0.2.2

工业级异步行缓存(比 Python `linecache` 快 50~200 倍) (自动内存限制版本)。High-Performance Asynchronous Line Cache Library (Auto-Memory Limit Version)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "linecache"
version = "0.2.2"
edition = "2021"
description = "工业级异步行缓存(比 Python `linecache` 快 50~200 倍) (自动内存限制版本)。High-Performance Asynchronous Line Cache Library (Auto-Memory Limit Version)"
license = "MIT"
repository = "https://github.com/seo888/linecache"

[dependencies]
moka = { version = "0.12",features = ["future"]}
tokio = { version = "1.48.0", features = ["full"] }
rand = "0.8"
sysinfo = "0.37"
once_cell = "1.21"

[dev-dependencies]
tempfile = "3.23"