sparse-set
An implementation of the sparse set data structure.
$ area51 add sparse-setCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(sparse-set:some-function ...)An implementation of the sparse set data structure.
$ area51 add sparse-setCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(sparse-set:some-function ...)