Skip to content

ilitirit/manardb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manardb is a portable (across Lisps on Linux) memory mapped database for Common Lisp.

It frees one from the garbage collector but stays within MOP.

See its homepage at MSI

Testing

(asdf:operate 'asdf:load-op 'manardb-test) (manardb.test:test-all-manardb) #<test-run: 24 tests, 3528843 assertions, 0 failures (0 expected) in 30.306 sec>

Credits

By MSI http://www.msi.co.jp

Thanks to Pascal Costanza for MOP conformance and other advice.

This project has found bugs in all Lisp implementations tested (Allegro, Lispworks, SBCL, and ClozureCL). Prize goes to SBCL for correctness as the bug (slot-value didn't work) was already fixed in a newer version.

About

Persistent, fast mmap'd database for Common Lisp using MOP; includes its own GC systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published