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
{{ message }}
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
In #439 I’ve added benchmarks comparing the main operations of hashsets. In some cases we are still under the performance level of the old HashSet. Also, in some cases ChamHashSet is less performant than HashSet. We have to investigate more before committing to a default Set implementation.
ChamHashSet wins.
The new HashSet wins.
The old HashSet wins!
New HashSet wins (ex æquo with the old one).
ChamHashSet wins for sets with more than 100 elements.
No one wins.
The text was updated successfully, but these errors were encountered:
In #439 I’ve added benchmarks comparing the main operations of hashsets. In some cases we are still under the performance level of the old
HashSet
. Also, in some casesChamHashSet
is less performant thanHashSet
. We have to investigate more before committing to a defaultSet
implementation.ChamHashSet
wins.The new
HashSet
wins.The old
HashSet
wins!New
HashSet
wins (ex æquo with the old one).ChamHashSet
wins for sets with more than 100 elements.No one wins.
The text was updated successfully, but these errors were encountered: