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
As users want to dump evicted keys when using API find_or_insert(pointer), changes to internal kernels is necessary, and we need to decide the form of interface:
Templated member function
Templated member function will avoid frequency changes, and we already benefits from the templated member function for_each
New optional parameter for current member function find_or_insert(pointer).
New overloaded member function find_or_insert(pointer).