shithub: femtolisp

ref: 5d8fd67bba2d59dc59203149d62764a98622e27c
dir: /test/tme.lsp/

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