Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 408 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 408 Bytes

rtable

Table data structure similar to Guava Table from Java world.

Can be seen as 2D dictionary where a value lies at the intersection of two row and column keys, is particularly useful for representing certain kinds of graphs.

Additionally it provides O(1) operations for fetching all values associated with a particular row or column value.

Library is designed to be usable in embedded environments.