mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 02:26:39 +01:00
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. |
||
|---|---|---|
| .. | ||
| dummy_audiobackend.cc | ||
| dummy_audiobackend.h | ||
| dummy_midi_seq.h | ||
| wscript | ||