Add comment regarding performance [ci skip]

This commit is contained in:
Jean Pierre Cimalando 2020-12-12 11:55:54 +01:00
parent 686f285294
commit 7ddf89bf5e

View file

@ -9,6 +9,8 @@
#include <absl/strings/ascii.h>
#include <cstring>
// TODO: `ccModDepth` and `ccModParameters` are O(N), need better implementation
namespace sfz {
static constexpr unsigned maxIndices = 8;