shithub: femtolisp

ref: 1968e9fb354f74f83a07de9cd8c254ebff6a1f17
dir: /test/tme.lsp/

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