perl REFCNTS!

tvgen.pl
  copy tvcommon.[ch] only if newer


*** SCALING UP

allow treefill/depth updates to be switched off temporarily?
  reduce the need for write locks == parallel insert mode...?

optimized arrays ops: tc_splice(...) !!

bigger torture test

perl interface
  REFCNT!
  push/unshift & pop/shift flags
  transient hash-ref indices?
  tied array API & glue
  array: mapkeys / mapvalues?

OPTIMIZE!

tc_delete
  try 2-level rotations?

compile option for dynamically sized node arrays?

for t in ./t/0*; do echo $t; perl -Mblib -w $t; done

