shithub: femtolisp

ref: 54d05728b0fd7042a66c147ea25cc7d78f1a5a4f
dir: /test/tme.lsp/

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