Skip to content

Instantly share code, notes, and snippets.

a b c d
1 b1 23.763 xspdf
2 b2 -98.73 qwer
3 b3 3451 bixop
1 b4 1.234 zxy
; tree.scm
(define (tree-display tree . optional)
; CHANGE THESE DEFINITIONS TO SUIT YOUR NEEDS... (or better yet, add them
; as parameters to tree-display)
; how many space characters between trees
(define tree-spacing 1)
@kstephens
kstephens / gist:1202555
Created September 8, 2011 03:46
GC Plan
== Complete basic mem_sys API ==
* Fix finalizers.
** Abstract Ruby finalizer API and their state mgmt from mem_sys API.
** Implement dummy finalizers in malloc allocator.
== Create basic performance test tools/framework ==
* Time
* Space