mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-18 05:33:17 +00:00
Jarrod Johnson
6a3025837b
Batch nodes to plugin calls
Every node was serialized in being passed to plugins. Fix this by grouping the nodes by the handler function, and then calling them by batch. This still serializes each plugin, but for now this should suffice.
…
…
…
Description
Languages
Python
80.4%
Shell
15.6%
C
3.6%
Perl
0.3%