You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 .
The text was updated successfully, but these errors were encountered: