shithub: femtolisp

ref: 31cd5bdb1e8cbd5070cd9171bdc4c037f1adb73f
dir: /tests/tme.lsp/

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