shithub: femtolisp

ref: 987c1fd0f4a12442f458c1633b4a410389478622
dir: /test/tme.lsp/

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