-
-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Labels
Feature requestRequesting a new feature that's not implemented yetRequesting a new feature that's not implemented yet
Description
Feature description
Right now, the proxy function is implemented like this:
Make proxyPool a map for constant lookup.
Motivation
Proxy has linear time complexity and if you need to proxy many classes, it's quadratic. Making lookup constant would reduce complexity to linear for performance.
Acknowledgements
- I have checked all open and closed feature requests and this is not a duplicate.
- I have chosen an appropriate title.
- All requested information has been provided properly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature requestRequesting a new feature that's not implemented yetRequesting a new feature that's not implemented yet
