Skip to content

Tap Engine Load Optimizations

Rolf Madsen requested to merge TapEngineLoadOptimizations into master

Reduced the size of log queue buffers. These would usually cause TAP to spend 20MB memory too much without any good reason.

Added a few memorizing performance optimizations to the plugin searcher, so now it will quicker stop iterating and it will not consider duplicate assemblies as different assemblies.

Merge request reports