src/utils_vl_lookup.[ch]: Add module for efficient lookup of VL matches with wildcards.
authorFlorian Forster <octo@collectd.org>
Wed, 20 Jun 2012 13:51:34 +0000 (15:51 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 20 Jun 2012 13:53:55 +0000 (15:53 +0200)
For a planned aggregation plugin it is important to find "aggregations"
quickly. In order to aggregate anything, they need to include wildcards.
This module provides this basic lookup service, on top of which an
aggregation plugin can easily be built.

This is kept very modular so the code can (hopefully) be used by other
projects as well, in particular c4 could benefit from this lookup structure
as well.


No differences found