mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
Adds -DsyncLiveIndex and a fast (no-live-index) source preload. Rate curves show geode's mirror sustains ~20k ev/s with the live index off, but collapses to O(n^2) with it on: the LiveNegentropyIndex is a sorted ArrayList whose per-event insert is O(n), and a backfill delivers historical (non-near-tail) events, so every insert memmoves ~n/2 entries. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012EZeWww5TJnzBZKPoc6mvU