Skip to content
Permalink

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: 863f0123fcb0
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f5bb3a95d358
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 22, 2018

  1. Align Integer methods with CRuby.

    This binds several methods like `<` that were going through
    Comparable for all Integer types. Numeric algorithms that make
    heavy use of those comparisons appear to be as much as 2x faster.
    headius committed Feb 22, 2018
    Copy the full SHA
    c27fabd View commit details
  2. Copy the full SHA
    f5bb3a9 View commit details
Loading