shithub: femtolisp

ref: 1a611fb29238402d52afca4b4f3c779c434afe84
dir: /test/tme.lsp/

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