gregolsen (Innokenty Mikhailov)
- Login: gregolsen
- Email: mihailov.in@gmail.com
- Registered on: 02/25/2012
- Last sign in: 02/03/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
07/01/2013
-
06:17 PM Ruby Feature #6183: Enumerator::Lazy performance issue
- Indeed I messed up the patch with numerous rebases.
Thanks a lot for your refactoring branch - everything looks great.
So what our next steps?
06/27/2013
-
05:24 AM Ruby Feature #6183: Enumerator::Lazy performance issue
- @nobu thanks for pointing!
Indeed hybrid flag is already obsolete since I'm checking for proc_entry presence.
If no proc entries present - than it's effectively a hybrid case.
Fixed patch attached.
PS
I'm using this github branch ...
06/26/2013
-
07:20 PM Ruby Feature #6183: Enumerator::Lazy performance issue
- Rebased towards latest trunk.
06/03/2013
-
04:20 AM Ruby Feature #6183: Enumerator::Lazy performance issue
- Indeed append_method was exctracted by nobu 2 weeks ago as a refactoring of enumerator_inspect. But that's it, nothing was merged yet. I'm not sure I'll be able to rebase patch in next few weeks - got only android tablet with me. I'll le...
05/18/2013
-
03:11 AM Ruby Feature #6183: Enumerator::Lazy performance issue
- Sure, feel free to clean old files. Thanks!
05/17/2013
-
05:48 AM Ruby Feature #6183: Enumerator::Lazy performance issue
- Finally managed to merge. Please see latest diff attached.
04/29/2013
-
07:10 PM Ruby Feature #6183: Enumerator::Lazy performance issue
- Zachary Scott, thanks for your interest. I'm afraid it doesn't merge into trunk cleanly anymore after introducing lazy #size. I'll try to fix it and let you know when ready.
12/03/2012
-
10:28 PM Ruby Feature #6183: Enumerator::Lazy performance issue
- I've merged the patch with latest trunk (see latest diff attached), specifically with Enumerator lazy size feature.
Also I've removed the ugly case switch: now proc entry stores pointer to a function that is executed when iterating over ...
07/31/2012
-
07:15 PM Ruby Feature #6183: Enumerator::Lazy performance issue
- Yusuke Endoh, thanks a lot for pointing out on this issue.
Fixed, please see new diff attached.
07/16/2012
-
04:02 PM Ruby Feature #6183: Enumerator::Lazy performance issue
- Here's an update:
Finally I've fixed the last test for Enumerator::Lazy#inspect - now it supports procs chaining too.
Nobuyoshi Nakada, please, see diff attached and let me know your thoughts about this.
Thanks.