sb-vector-io

https://github.com/nikodemus/sb-vector-io.git

git clone 'https://github.com/nikodemus/sb-vector-io.git'

(ql:quickload :sb-vector-io)
6

Writing and reading raw vector data in SBCL.

Works with vectors – both non-simple and simple, if the element type of the vector is such that it conforms to “normal” way of representing such data on the platform. Endianness is unspecified, floating points use the IEEE format.

NOTE: The package nickname VECTOR-IO is deprecated, and will be deleted.