Ryan Emerson created ISPN-10931:
-----------------------------------
Summary: ClassWhiteList should store regex matches in class map
Key: ISPN-10931
URL:
https://issues.jboss.org/browse/ISPN-10931
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 10.0.1.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 10.1.0.Final
Even though we pre-compile the Regex Pattern instances, performing a regex check per class
can be slow. Therefore, if a class matches a regex, we should add it to the class `Set` to
avoid future regex checks.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)