shithub: femtolisp

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

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