Skip to content

Instantly share code, notes, and snippets.

@brodyberg
Created February 9, 2014 05:54
Show Gist options
  • Save brodyberg/8894939 to your computer and use it in GitHub Desktop.
Save brodyberg/8894939 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.838325
RNG seed: 1493062694
----
Warming up...done.
Create Random Set<int> (n=1000000)
FSharp.Core (Original) : 3594.840100 (ms)
FSharp.Core (Optimized) : 2593.983100 (ms)
ExtCore (Patricia Trie) : 2263.018600 (ms)
ExtCore (HashSet) : 2693.423600 (ms)
ImmutableHashSet : 2527.601900 (ms)
ImmutableSortedSet : 3225.929600 (ms)
Create Random Set<int64> (n=1000000)
FSharp.Core (Original) : 3753.964500 (ms)
FSharp.Core (Optimized) : 3209.324600 (ms)
ExtCore (Patricia Trie) : 2929.287900 (ms)
ExtCore (HashSet) : 2701.089300 (ms)
ImmutableHashSet : 2611.727400 (ms)
ImmutableSortedSet : 3580.805400 (ms)
Error: Garbage collector could not allocate 507804 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