mattneub (Matt Neuburg)
- Login: mattneub
- Email: matt@tidbits.com
- Registered on: 09/16/2012
- Last sign in: 09/16/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/16/2012
-
06:31 AM Ruby Bug #7029: yaml#load_file too slow under Psych
- Please ignore the previous test file. I've come up with a much better test. This is indicative of the real-world use-case. On my machine, the output is:
Psych
17.156296968460083
Syck
5.016614198684692
Resulting... -
03:16 AM Ruby Bug #7029 (Closed): yaml#load_file too slow under Psych
- Unzip attached folder and run test.rb. Remember time output. Now uncomment the ENGINE line so we switch from Psych to Syck as yaml engine, and do it again. On my machine, time for Psych is about twice the time for Syck. (Time under old y...