You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each Container is now HashMap, it should be changed to some simpler implementation with HashMap for Hasher -> Transformer and sorted LinkedList of Mather -> Transformer.
After adding new Matcher -> Transformer to container, it should be resorted with priority (highest at the begging). Now finding algorithm would change, to perform iteration till first matching Transformation is found. This should improve performance as there would be no filtering every time Matcher is being searched for and sorting is moved to registration process.
The text was updated successfully, but these errors were encountered:
Each
Container
is nowHashMap
, it should be changed to some simpler implementation withHashMap
forHasher -> Transformer
and sortedLinkedList
ofMather -> Transformer
.After adding new
Matcher -> Transformer
to container, it should be resorted withpriority
(highest at the begging). Now finding algorithm would change, to perform iteration till first matchingTransformation
is found. This should improve performance as there would be no filtering every timeMatcher
is being searched for and sorting is moved to registration process.The text was updated successfully, but these errors were encountered: