Hash :
eb25168c
Author :
Thomas de Grivel
Date :
2018-06-26T13:45:46
#!/usr/local/bin/sbcl --script
(declaim (optimize (debug 3) (safety 3) (speed 3)))
(load "../../fare/asdf/build/asdf")
(load "../../thodg/repo/repo")
(repo:boot)
(asdf:load-system :cl-stream)
(setf cl-stream:*stream-default-buffer-size* (* 1024 1024))
(asdf:load-system :thot)
(setf thot:*disable-threads* t)
(thot:configure-threads)
(thot:start)