BCR-memory-2 is a Rust prefix-cache data structure. This note puts it on the same table as the two things a user would reasonably compare it to — a trivial Python-dict cache and SGLang's production RadixCache — and walks through what we measured on a single NVIDIA L4. It calls ou...