gonzedge (Edgar Gonzalez)
- Login: gonzedge
- Registered on: 01/04/2017
- Last sign in: 12/17/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/07/2017
-
04:39 AM Ruby Bug #13111: Degraded performance for delegated methods through Forwardable module
- ***Update***:
I talked to @Yuki Nishijima and he pointed out that it is an issue with an `UnboundMethod` instance being created on every delegated call here: https://github.com/ruby/ruby/blob/2283d14cc9fefa278dfde02bdf8d84ce50cfe16f/l... -
04:30 AM Ruby Bug #13111 (Closed): Degraded performance for delegated methods through Forwardable module
- After upgrading to Ruby 2.4.0 on my local machine while developing some changes on this gem: https://github.com/gonzedge/rambling-trie, there was a noticeable performance degradation with any delegated methods through `Forwardable`. I ha...