shithub: femtolisp

ref: 2479b2254aacacf40b210db48d8665f99a11ef02
dir: /test/tme.lsp/

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