mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-16 18:10:40 -06:00
This is to prevent unbounded memory use. Since I don't think there is a container that has quick insert, quick lookup, and automatic FIFO, I use two and swap every N, clearing the oldest one.