README.markdown @ 0434eb58dde3 v1.3.0

Add `arbitrary-vertex`
author Steve Losh <steve@stevelosh.com>
date Tue, 03 Dec 2019 19:34:41 -0500
parents 8b15dad7dad2
children ec3d05cc2f99
cl-digraph is an implementation of a mutable [directed graph][] data structure
for Common Lisp.

[directed graph]: https://en.wikipedia.org/wiki/Directed_graph

* **License:** MIT
* **Documentation:** <http://docs.stevelosh.com/cl-digraph/>
* **Mercurial:** <http://hg.sr.ht/~sjl/cl-digraph/>
* **Git:** <https://github.com/sjl/cl-digraph/>

cl-digraph focuses on simplicity, correctness, and usability.  Performance is
not *terrible*, but is not a high priority.

It is currently not thread-safe, but this may happen in the future.

The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian.
Further testing is welcome.