Mercurial > hg > svcore
log
age | author | description |
---|---|---|
Thu, 12 Sep 2019 11:52:19 +0100 | Chris Cannam | Support optional max frequency setting, useful when we want to store caches of very constrained frequency ranges (as in melodic-range spectrogram, potentially) |
Wed, 11 Sep 2019 13:20:40 +0100 | Chris Cannam | Update macOS memory size check - the original sysctl was returning far too small a value for modern machines (because bounded to a 32-bit int) |
Wed, 11 Sep 2019 11:19:27 +0100 | Chris Cannam | Replace the model used for the cache part of the peak-cache model with a simple vector of vectors. Avoids unnecessary locking in a class that is not thread-safe in any case. Also record whether the final column is actually truncated, rather than risk possible backward seeks to re-read it in the case where it simply might be |