Skip to content

Commit

Permalink
Clarifying that no consing is allowed.
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 28, 2011
1 parent bc30f16 commit 0425c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion cl-speedy-queue.asd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
:serial t
:author "Adlai Chandrasekhar <munchking@gmail.com>"
: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")))

0 comments on commit 0425c7c

Please sign in to comment.