shithub: femtolisp

ref: 184211fc26dcf3b7916d8210588ee1844606fa18
dir: /test/tme.lsp/

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