Skip to content

Instantly share code, notes, and snippets.

@krono
Created October 28, 2015 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krono/c990b5f77c64ff1485ac to your computer and use it in GitHub Desktop.
Save krono/c990b5f77c64ff1485ac to your computer and use it in GitHub Desktop.
[14:41:04]ζtobias@Claudio ± structs
~/dev/pypy/pycket % ./pycket-c binarytrees-generic-boolean.rkt 18
stretch tree of depth 19 check: 1
524288 trees of depth 4 check: 262144
131072 trees of depth 6 check: 65536
32768 trees of depth 8 check: 16384
8192 trees of depth 10 check: 4096
2048 trees of depth 12 check: 1024
512 trees of depth 14 check: 256
128 trees of depth 16 check: 64
32 trees of depth 18 check: 16
long lived tree of depth 18 check: 0
RESULT-cpu: 6188.0
RESULT-gc: 0.0
RESULT-total: 6188.0
[15:41:37]ζtobias@Claudio ± structs
~/dev/pypy/pycket % ./pycket-c-ibfe binarytrees-generic-boolean.rkt 18
stretch tree of depth 19 check: 1
524288 trees of depth 4 check: 262144
131072 trees of depth 6 check: 65536
32768 trees of depth 8 check: 16384
8192 trees of depth 10 check: 4096
2048 trees of depth 12 check: 1024
512 trees of depth 14 check: 256
128 trees of depth 16 check: 64
32 trees of depth 18 check: 16
long lived tree of depth 18 check: 0
RESULT-cpu: 5719.0
RESULT-gc: 0.0
RESULT-total: 5719.0
[15:41:50]ζtobias@Claudio ± structs
~/dev/pypy/pycket %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment