From 0425c7c62ad3b898a5ec58cd1b3e74f7d91eec4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 28 Sep 2011 15:17:53 -0400 Subject: [PATCH] Clarifying that no consing is allowed. --- README.md | 5 +++-- cl-speedy-queue.asd | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 624186b..1116464 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # About -cl-speedy-queue is a portable, optimized queue implementation. It was originally written by -[Adlai Chandrasekhar](http://github.com/adlai) for use in [ChanL](http://github.com/zkat/chanl). +cl-speedy-queue is a portable, non-consing, optimized queue implementation. It was originally +written by [Adlai Chandrasekhar](http://github.com/adlai) for use in +[ChanL](http://github.com/zkat/chanl). # API diff --git a/cl-speedy-queue.asd b/cl-speedy-queue.asd index db47b99..c837589 100644 --- a/cl-speedy-queue.asd +++ b/cl-speedy-queue.asd @@ -4,6 +4,6 @@ :serial t :author "Adlai Chandrasekhar " :licence "MIT" - :description "cl-speedy-queue is a portable, optimized queue implementation." + :description "cl-speedy-queue is a portable, non-consing, optimized queue implementation." :components ((:file "cl-speedy-queue")))