David Robillard
b63a9fd4ca
use_count() can be slow (not constant time) depending on underlying implementation. Similar situation to std::list::size() == 0 an std::list::empty(), the former does a big traversal/computation only to check if the very first step went. I think the current boost implementation is just a reference count anyway, but hey. In theory. git-svn-id: svn://localhost/ardour2/branches/3.0@5996 d708f5d6-7413-0410-9779-e7cbd77b26cf |
||
---|---|---|
doc | ||
gtk2_ardour | ||
icons | ||
libs | ||
manual | ||
patches | ||
templates | ||
tools | ||
vst | ||
.gitignore | ||
ardour_system_sae.rc | ||
ardour.1 | ||
ardour.1.es | ||
ardour.1.fr | ||
ardour.1.ru | ||
ardour.dox | ||
ardour.rc.in | ||
autowaf.py | ||
COPYING | ||
instant.xml | ||
instant.xml.sae | ||
Makefile | ||
PACKAGER_README | ||
README | ||
SConstruct | ||
testfile.flac | ||
testfile.ogg | ||
w18n.py | ||
waf | ||
wscript |
Please see the Ardour web site at http://ardour.org/ for all documentation..