EnglishFrenchSpanish

OnWorks favicon

cl-btree

Free download cl-btree Linux app to run online in Ubuntu online, Fedora online or Debian online

This is the Linux app named cl-btree whose latest release can be downloaded as cl-btree-0.12.tgz. It can be run online in the free hosting provider OnWorks for workstations.

Download and run online this app named cl-btree with OnWorks for free.

Follow these instructions in order to run this app:

- 1. Downloaded this application in your PC.

- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 3. Upload this application in such filemanager.

- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.

- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.

- 6. Download the application, install it and run it.

cl-btree


Ad


DESCRIPTION

B-Tree implemented in Common Lisp. Stores key/value pairs onto disk based data structure. Current implementation has been tested with SBCL. Project was originally at alien-consader.org but is now made available at SourceForge.

Features

  • supports both integer (32-bit) and variable size string keys/values.
  • with string B-tree anything readable can be used as keys/values.
  • uses write ahead log as a journal.
  • no explicit threading support, locking must be handled externally.
  • mapping keys/values support lower (inclusive) and upper (exclusive) bound
  • supports both unique and non-unique values.
  • read-only cursor
  • in-memory B-tree (for testing)


Audience

Developers



Programming Language

Common Lisp


Database Environment

Project is a file-based DBMS (database system)


This is an application that can also be fetched from https://sourceforge.net/projects/cl-btree/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.


Ad