Skip to content
Bogdans edited this page Mar 18, 2018 · 7 revisions

A small library implementing some of the components for data management.

Supported paradigms

  • Entity Relationship Tables
  • B-Tree index construction (based on ER Tables)
  • Columnar Tables

Supported data types

Each component supports the following data types

  • Signed Integer, 4bytes size
  • Signed Decimal, 8bytes size
  • String, fixed size, 1char = 1byte, 1byte reserved to mark the end of string
Clone this wiki locally