shithub: femtolisp

ref: 70c805fb3f41c6d9d506c34f07776542ef0b2ca7
dir: /tests/tme.lsp/

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