mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 10:06:33 +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. |
||
|---|---|---|
| .. | ||
| alsa | ||
| asio | ||
| coreaudio | ||
| dummy | ||
| jack | ||
| MSVCbackends | ||
| portaudio | ||
| wscript | ||