Commit 5dae664
perf(cache): batch LRU eviction to reduce write-lock hold time, fix aws-lc-sys audit, bump v2.47.69
Replace O(n*k) per-eviction scan with single O(n log n) batch eviction pass
in SmartCache::set_with_ttl. Update aws-lc-sys 0.38→0.39 (RUSTSEC-2026-0044,
RUSTSEC-2026-0048).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 18f1ecc commit 5dae664
9 files changed
Lines changed: 107 additions & 98 deletions
File tree
- spider_agent_html
- spider_agent_types
- spider_agent
- src/automation
- spider_cli
- spider_utils
- spider_worker
- spider
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments