shithub: femtolisp

ref: 76a7c66de3702ff0486900f7d4fa626407b953c3
dir: /test/tme.lsp/

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