Name | Modified | Size | Downloads / Week |
---|---|---|---|
cl-swap-file-0.6.tgz | 2011-01-28 | 16.5 kB | |
cl-swap-file_0.6.tgz | 2011-01-28 | 16.5 kB | |
cl-swap-file_0.6.tgz.asc | 2011-01-28 | 316 Bytes | |
cl-swap-file-0.6.tgz.asc | 2011-01-28 | 316 Bytes | |
cl-swap-file-0.5.tgz | 2011-01-16 | 16.1 kB | |
cl-swap-file-0.5.tgz.asc | 2011-01-16 | 316 Bytes | |
cl-swap-file_0.5.tgz | 2011-01-16 | 16.1 kB | |
cl-swap-file_0.5.tgz.asc | 2011-01-16 | 316 Bytes | |
README | 2011-01-16 | 993 Bytes | |
cl-swap-file-0.4.tgz | 2011-01-06 | 16.3 kB | |
cl-swap-file_0.4.tgz | 2011-01-06 | 16.4 kB | |
cl-swap-file-0.4.tgz.asc | 2011-01-06 | 316 Bytes | |
cl-swap-file_0.4.tgz.asc | 2011-01-06 | 316 Bytes | |
cl-swap-file-0.3.tgz | 2011-01-02 | 10.8 kB | |
cl-swap-file-0.3.tgz.asc | 2011-01-02 | 316 Bytes | |
cl-swap-file_0.2.tgz | 2010-12-30 | 10.8 kB | |
cl-swap-file_0.2.tgz.asc | 2010-12-30 | 490 Bytes | |
cl-swap-file-0.1.tgz | 2010-12-04 | 18.2 kB | |
Totals: 18 Items | 141.5 kB | 0 |
CL-SWAP-FILE Copyright (c) 2008 Sami Makinen Swap file was originally designed for cl-btree to manage disk blocks. Swap file provides mechanism to create a stream for reading and writing and the stream is automatically converted to a managed sequence of disk blocks. See the unit tests for more detail. Swap file uses cl-wal which provides simple write-ahead log for the swap file. cl-wal works as a journal providing atomicy and durability for a stored data. Current implementation has been tested with SBCL. Project was originally at alien-consader.org and is now made available at SourceForge. cl-swap-file depends on following projects: - trivial-garbage - cl-binary-file (http://cl-binary-file.sourceforge.net), - cl-wal (http://cl-wal.sourceforge.net), cl-swap-file no longer depends on following projects: - cl-unit-test (http://cl-unit-test.sourceforge.net), - cl-toolbox (http://cl-toolbox.sourceforge.net). cl-swap-file is utilized in cl-btree and clufs projects.