Skip to content

akumaigorodski/rtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Table data structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages