Files
ardour/libs
Robin Gareus d1874d4685 optimize port lookup, adding/removing/reconnecting routes
xxxAudioBackend::connected_to() is called O(N^2) when building the graph.
Mitigate this by using an O(log(N)) lookup.

This duplicates the storage (both set and map and both are kept in sync.
Changing this to a boost:bidirectional might be nice, before updating
other backends.
2016-04-24 18:26:39 +02:00
..
2016-04-24 18:26:39 +02:00
2015-12-17 20:22:02 +01:00
2016-04-24 14:43:18 +02:00
2015-10-08 16:18:39 +02:00
2016-02-29 11:28:04 +01:00