13
0
livetrax/libs/backends/dummy
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
..
dummy_audiobackend.cc optimize port lookup, adding/removing/reconnecting routes 2016-04-24 18:26:39 +02:00
dummy_audiobackend.h optimize port lookup, adding/removing/reconnecting routes 2016-04-24 18:26:39 +02:00
dummy_midi_seq.h
wscript