Skip to content

genogrove v0.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@riasc riasc released this 28 Aug 21:14
· 107 commits to main since this release

Features

  • Initial implementation of genogrove (Interval B+ Tree Library for C++)
    • Supports insertion, search, and overlap queries
    • Supports heterogeneous data types (returns any data as std::any)
    • Native implementation of the Interval B+ Tree data structure (in C++20)