shithub: femtolisp

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

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