ryanmelt (Ryan Melton)
- Login: ryanmelt
- Registered on: 08/19/2011
- Last sign in: 03/21/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/19/2011
-
03:09 AM Ruby Bug #5202 (Closed): RubyLex very slow when lexing large files
- RubyLex exponentially slower when lexing large files based on the size of the file. This is because of a call to @readed.reverse inside of the get_readed and ungetc methods. The following updated versions of these methods greatly impr...