You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey there! I've tripple verified; the if (max_size() == size()) within insert() does its job only on the first invocation of insert(), in all the other consecutive calls (..) the values are messed (..) the cache grows indefinitely (..) now that's a bummer is it not (..)
The text was updated successfully, but these errors were encountered:
Hmm... Do you have a reproducible snippet? What you say makes sense if "replace_oldest_entry" actually increases the size, but I don't think that's the case.
It could happen with a bad map implementation, though.
hey there! I've tripple verified; the if (max_size() == size()) within insert() does its job only on the first invocation of insert(), in all the other consecutive calls (..) the values are messed (..) the cache grows indefinitely (..) now that's a bummer is it not (..)
The text was updated successfully, but these errors were encountered: