[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#432940: RFP: cl-containers -- implementation of several containers in Common Lisp



Package: wnpp
Severity: wishlist

* Package name    : cl-containers
  Version         : 0.9.8
  Upstream Author : Gary King <gwking@metabang.com>
* URL             : http://www.example.org/
* License         : MIT
  Programming Lang: Common Lisp
  Description     : implementation of several containers in Common Lisp

ANSI Common Lisp ships with a set of powerful built in data structures
including the venerable list, full featured arrays, and hash-tables.
CL-containers enhances and builds on these structures in two ways:

1. By adding containers that are not available in native Lisp (for
   example: binary search trees, red-black trees, sparse arrays and so
   on).
2. By providing a standard interface so that they are simpler to
   use and so that changing design decisions becomes significantly
   easier.

Among the containers implemented are several search trees (including
red-black), sparse arrays, efficient sets, priority queues and
doubly-linked lists.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (9, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.1 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash



Reply to: