EasyEdit icon indicating copy to clipboard operation
EasyEdit copied to clipboard

cache_c accumulation in AlphaEdit during single-edit testing

Open dannalily opened this issue 7 months ago • 0 comments

Hi, thank you for sharing this great work!

While testing AlphaEdit with independent single edits, I noticed that the global variable cache_c seems to keep accumulating across calls, even though each edit is intended to be independent. My understanding is that cache_c was designed for sequential or multi-edit scenarios to accumulate statistics.

Could you clarify if this accumulation is intended behavior? Or should cache_c be reset (or have a flag to disable accumulation) when doing independent single edits?

Thanks a lot!

dannalily avatar Sep 24 '25 17:09 dannalily