unboxables
A simple wrapper around CFFI to enable contiguously allocated arrays of structures in Common Lisp.
$ area51 add unboxablesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(unboxables:some-function ...)