Real workloads have >30 inputs. Our 128-entry cache may thrash. Profile: run a workload with 200+ unique inputs (test file or synthetic). Does eviction cost matter? If yes, try LRU instead of FIFO. Fingerprint must match. Target: not a bench win but a robustness improvement.
Real workloads have >30 inputs. Our 128-entry cache may thrash. Profile: run a workload with 200+ unique inputs (test file or synthetic). Does eviction cost matter? If yes, try LRU instead of FIFO. Fingerprint must match. Target: not a bench win but a robustness improvement.