dynamic-array

2022-07-08

An optimized 1-dimensional array of fixnums that automatically re-adjusts in size.

Upstream URL

github.com/mfiano/dynamic-array

Author

Michael Fiano <mail@mfiano.net>

License

MIT
README

dynamic-array

An optimized 1-dimensional array of fixnums that automatically re-adjusts in size.

Overview

An optimized 1-dimensional array type that can only store fixnums, and which is able to automatically grow when pushing new elements to the end. It is not very useful in most situations, as it doesn't implement the Common Lisp sequences protocol, nor does it conform to the usual interface of Common Lisp arrays for PUSH and POP.

Install

(ql:quickload :dynamic-array)

License

Copyright © 2019-2022 Michael Fiano mail@mfiano.net

Licensed under the MIT License.

Dependencies (1)

  • mfiano-utils
  • GitHub
  • Quicklisp