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
Continuing and refocusing the discussion from #296, where @nomeata and @matthewhammer are advocating that we have a Buffer implementation whose type is stable (and thus, not OO-based).
The text was updated successfully, but these errors were encountered:
If HashMap is stable, then wouldn't that basically be a superior version of Trie in almost every way? (except for the fact that Trie is purely functional and can also be shared)
From my limited understanding, it seems like hash tables are just overall more performant than functional hash tries.
Continuing and refocusing the discussion from #296, where @nomeata and @matthewhammer are advocating that we have a
Buffer
implementation whose type isstable
(and thus, not OO-based).The text was updated successfully, but these errors were encountered: