Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 3.21 KB

README.md

File metadata and controls

35 lines (20 loc) · 3.21 KB

btree4j: Disk-based Prefix B+-tree written in Pure Java

Build Status License Maven Central

This software is originally developed for XBird based on Apache Xindice.

Features and Strength

Applied many improvements over the original Xindice's implementation as follows:

  • Implementes Prefix B+-tree in which prefixes are selected carefully to minimize their length. In prefix B+-tree, key prefixes are managed by a TRIE-like smart algorithm.

Rudolf Bayer and Karl Unterauer. "Prefix B-trees", Proc. ACM Trans. Database Syst. 2, 1, pp.11-26), March 1977. [DOI]