Skip to content

Instantly share code, notes, and snippets.

@brodyberg
Created February 9, 2014 05:50
Show Gist options
  • Save brodyberg/8894925 to your computer and use it in GitHub Desktop.
Save brodyberg/8894925 to your computer and use it in GitHub Desktop.
Results from running PerfComparison (https://github.com/jack-pappas/fs-core-optimized)
Random set density parameter: 0.397987
RNG seed: 1315380688
----
Warming up...done.
Create Random Set<int> (n=1000000)
FSharp.Core (Original) : 3196.920400 (ms)
FSharp.Core (Optimized) : 2576.573300 (ms)
ExtCore (Patricia Trie) : 2302.189500 (ms)
ExtCore (HashSet) : 2629.275200 (ms)
ImmutableHashSet : 2529.906500 (ms)
ImmutableSortedSet : 3202.730600 (ms)
Create Random Set<int64> (n=1000000)
FSharp.Core (Original) : 3709.845900 (ms)
FSharp.Core (Optimized) : 3162.987600 (ms)
ExtCore (Patricia Trie) : 2816.288100 (ms)
ExtCore (HashSet) : 2705.808700 (ms)
ImmutableHashSet : 2574.846600 (ms)
ImmutableSortedSet : 3540.940100 (ms)
Error: Garbage collector could not allocate 509916 bytes of memory for marksweep-block-info-sort.
The application was terminated by a signal: SIGHUP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment