Add table API

This commit is contained in:
Patrick Niklaus
2016-02-16 03:20:22 +01:00
parent c895848061
commit c127aaae6b
3 changed files with 122 additions and 59 deletions
@@ -36,6 +36,8 @@ class ManyToManyRouting final
{
}
};
// FIXME This should be replaced by an std::unordered_multimap, though this needs benchmarking
using SearchSpaceWithBuckets = std::unordered_map<NodeID, std::vector<NodeBucket>>;
public: