-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Server Security
-
Fully Compatible
-
v8.0
-
Security 2024-04-15, Security 2024-04-29
Checking if TagSet matches any node or isPrimary requires allocating a new TagSet which is wasted memory. An alternative is to add isMethods to the TagSet class to avoid unnecessary memory allocations.