shithub: femtolisp

ref: 3c4a68e023681288f7808ad585bd817730c8f113
dir: /test/tme.lsp/

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