kraison / vivace-graph-v3

VivaceGraph version 3. Open source Common Lisp graph database & Prolog implementation. Supersedes http://github.com/kraison/vivace-graph-v2.
Other
154 stars 29 forks source link

Port to Clozure CL #16

Open kraison opened 8 years ago

kraison commented 7 years ago

There is one last bit to make this port work; for some reason, node classes that inherit from other node classes don't end up finalized properly.

kraison commented 5 years ago

Also, by my benchmarks, the CCL version is about 10x slower than the sbcl version. YMMV.