fsprojects / fsharp-hashcollections

Library providing fast hash based immutable map and set
MIT License
59 stars 4 forks source link

Briefly compare with other JIT VM language implementations #14

Closed mvkara closed 3 years ago

mvkara commented 3 years ago

For curiosity sake (and for my own technology evaluation) I want to compare the performance of these data structures which I am using professionally against other language implementations for large amount of gets, and initial creation of large collections (e.g. loading from snapshots) noting that they have probably more investment. (e.g. Scala JVM implementation)

Results can be posted on the README page.