-
-
Notifications
You must be signed in to change notification settings - Fork 925
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11db41fdaf58
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7cc6174dbc34
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 4 files changed
- 1 contributor
Commits on Aug 11, 2017
-
cat Array#inspect start/end and separators directly as bytes
... this shows ~ 10-15% improvements on micro-benchmarks : ``` Rehearsal -------------------------------------------------------------- ['foo', 'bar'] [10000000x] 8.340000 0.110000 8.450000 ( 6.625428) [1, 2, 3, 4] [10000000x] 8.370000 0.030000 8.400000 ( 7.146743) [] [10000000x] 0.890000 0.010000 0.900000 ( 0.783135) [:symbol] [10000000x] 3.990000 0.000000 3.990000 ( 3.733776) ---------------------------------------------------- total: 21.740000sec user system total real ['foo', 'bar'] [10000000x] 5.570000 0.000000 5.570000 ( 5.568070) [1, 2, 3, 4] [10000000x] 6.700000 0.000000 6.700000 ( 6.693513) [] [10000000x] 0.640000 0.000000 0.640000 ( 0.634875) [:symbol] [10000000x] 3.610000 0.010000 3.620000 ( 3.617086) ``` AFTER : ``` Rehearsal -------------------------------------------------------------- ['foo', 'bar'] [10000000x] 7.380000 0.120000 7.500000 ( 6.124045) [1, 2, 3, 4] [10000000x] 7.680000 0.060000 7.740000 ( 6.580833) [] [10000000x] 0.820000 0.010000 0.830000 ( 0.602847) [:symbol] [10000000x] 3.610000 0.010000 3.620000 ( 3.323036) ---------------------------------------------------- total: 19.690000sec user system total real ['foo', 'bar'] [10000000x] 5.100000 0.010000 5.110000 ( 5.095054) [1, 2, 3, 4] [10000000x] 6.270000 0.000000 6.270000 ( 6.237186) [] [10000000x] 0.710000 0.000000 0.710000 ( 0.531142) [:symbol] [10000000x] 3.210000 0.000000 3.210000 ( 3.202686) ```
Configuration menu - View commit details
-
Copy full SHA for 6edfd90 - Browse repository at this point
Copy the full SHA 6edfd90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9fd647 - Browse repository at this point
Copy the full SHA b9fd647View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc6174 - Browse repository at this point
Copy the full SHA 7cc6174View commit details
There are no files selected for viewing