sfztools/sfizz

Note-On performance issue

KKQ-KKQ opened this issue · 0 comments

sfizz v1.2.3's performance when note-on is bad than v1.2.2.
I found that it is because absl::flat_hash_map<ModKey, uint32_t>::find() is slow.
This is because ModKey's hash function makes collisions.

I made a pull request #1232 .