shithub: femtolisp

ref: f001b95402211734a1a6ac053e73fb4183ee7958
dir: /test/tme.lsp/

View raw version
(let ((t (table)))
  (time (dotimes (i 2000000)
          (put! t (rand) (rand)))))
#t