11:21
2026-08-13
github.com
ai-tools
Reduce large sorted set memory with a packed B+ tree
Redis maintainer antirez proposed a draft pull request (#15635) that reimplements large sorted sets with a packed B+ tree, replacing the skiplist and dictionary to cut memory usage by 45–60% and speed…