Also use hashsets for the VST2 opcode dispatch

Should barely make a difference, but it should be as fast or faster.
This commit is contained in:
Robbert van der Helm
2021-06-11 14:57:01 +02:00
parent aaf3e7438c
commit 78f6921cd8
4 changed files with 12 additions and 10 deletions
+1
View File
@@ -16,6 +16,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
during audio processing should now be about as low as it's going to get.
- Optimized the management of VST3 plugin instances to reduce the overhead when
using many instances of a VST3 plugin.
- Slightly optimized the function call dispatch for VST2 plugins.
- Prevented some more potential unnecessary memory operations during yabridge's
communication. The underlying serialization library was recreating some
objects even when that wasn't needed, which could in theory result in memory