src/make-quickutils.lisp @ df5a19b5f4c7
fixed-size-store
Try out the fixed store size.
It's faster, but more annoying...
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 15 May 2016 11:01:55 +0000 |
parents |
f3ed7ce70f3b |
children |
e8934091b7bb |
(ql:quickload 'quickutil)
(qtlc:save-utils-as
"quickutils.lisp"
:utilities '(:define-constant
:set-equal
:curry
:switch
:ensure-boolean
:while
:until
:tree-member-p
:tree-collect
:with-gensyms
:zip
:alist-to-hash-table
:map-tree
:weave
:range
:alist-plist
)
:package "BONES.QUICKUTILS")