Open
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.