Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
68 lines (38 loc) · 961 Bytes

README.md

File metadata and controls

68 lines (38 loc) · 961 Bytes

Stremebase

The Java programmer's database engine.

Learn more at https://olliniinivaara.github.io/Stremebase/

#Version history

v.0.7.1 -- 2015-12-15

  • fixed ArrayMap nodesize definition bug
  • removed OneMap

v.0.7 -- 2015-12-03

  • database metadata Catalog
  • Data Access Layer

v.0.6.3 -- 2015-10-21

  • Bug fixes

v.0.6.2 -- 2015-04-16

  • Code cleanup

v.0.6.1 -- 2015-04-15

  • Reindexing (on-the-fly add + drop index)

v.0.6 -- 2015-03-17

  • Indexing

v.0.5 -- 2015-03-12

  • Text Retrieval

v.0.4.3 -- 2015-03-12

  • New storage slot recycler

v.0.4.2 -- 2015-03-12

  • More bug fixes

v.0.4.1 -- 2015-03-10

  • Major bug fix in SetMap

v.0.4 -- 2015-03-09

  • ArrayMap
  • ListMap
  • SetMap

v.0.3 -- 2015-02-04

  • String handling
  • Object serialization
  • DynamicMap

v.0.2 -- 2015-01-23

  • To: Convert common data types to longs and back

v.0.1 -- 2015-01-01

  • A map (key-value store/column) for associating a long with a long