fsharp-hashcollections icon indicating copy to clipboard operation
fsharp-hashcollections copied to clipboard

Library providing fast hash based immutable map and set

Results 9 fsharp-hashcollections issues
Sort by recently updated
recently updated
newest added

This is an attempt to see the effect on performance if we remove nodes and bring the values up to avoid recursion for the entry node taking some inspiration from...

Noticed that this library offers a hashmap/set implementation (see here: https://github.com/louthy/language-ext/tree/main/LanguageExt.Core/Immutable%20Collections) Its probably worth adding this to the ever growing suite of collections we compare. My use cases are always...

Instead of having to do a deep equals we can add a check on the bitmaps in each of the nodes. If they differ in any way there is little...

Title says all :)

1. Would you be willing to add the default Dictionary implementation to the benchmark suite? I understand that it's like comparing oranges to apples :) However, this is how it...