/rtable

Table data structure

Primary LanguageRustApache License 2.0Apache-2.0

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.