osquery-1/osquery/events/tests
Teddy Reed 8eaf389010 Optimize event publisher database namespace lookups.
Previously, event publishers used a canonicalized 'type' name for async callbacks.
This type was used to lookup the publisher plugin in the registry as well as for backing store namespacing.
The type is still used but subscribers, which made heavy used of the lookup, store the value locally.
This prevents unneeded publisher plugin allocation when adding events.
2015-07-19 17:10:42 -07:00
..
events_database_tests.cpp [#1285, #1276] Faster, optimized subscriber results 2015-07-07 00:59:28 -07:00
events_tests.cpp Optimize event publisher database namespace lookups. 2015-07-19 17:10:42 -07:00