[ 
https://issues.apache.org/jira/browse/ARTEMIS-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Bertram updated ARTEMIS-971:
-----------------------------------
    Description: 
The WildcardConfiguration manager will search and replace MQTT wildcards with 
the configured wildcards.  This is an O\(n) operation for each message as the 
manager iterates over each char in the address string.

In some cases when the configured configured wildcards match the MQTT wildcards 
we can ignore this completely.

  was:
The WildcardConfiguration manager will search and replace MQTT wildcards with 
the configured wildcards.  This is an O(n) operation for each message as the 
manager iterates over each char in the address string.

In some cases when the configured configured wildcards match the MQTT wildcards 
we can ignore this completely.


> The WildcardConfiguration manager could be optimized in MQTT
> ------------------------------------------------------------
>
>                 Key: ARTEMIS-971
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-971
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Martyn Taylor
>
> The WildcardConfiguration manager will search and replace MQTT wildcards with 
> the configured wildcards.  This is an O\(n) operation for each message as the 
> manager iterates over each char in the address string.
> In some cases when the configured configured wildcards match the MQTT 
> wildcards we can ignore this completely.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to