shithub: femtolisp

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

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