shithub: femtolisp

ref: 2d5cb51afb76b68d7475b7c4033c72000f3dcca7
dir: /tests/tme.lsp/

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