shithub: femtolisp

ref: 85e6759db8e1fd064efc3cf04716b15e84ca089f
dir: /test/tme.lsp/

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