Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 185 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 185 Bytes

bimap

Implementation of bidirectional map using intrusive binary search trees

  • Allocation-effective
  • Supports custom comparators for both sides

Compilation

Requires C++17