Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce allocations using nil cursors and literal value cursors #8652

Merged
merged 2 commits into from
Aug 1, 2017

Commits on Jul 30, 2017

  1. Reduce allocations using nil cursors and literal value cursors

    ```
    benchmark                           old ns/op     new ns/op     delta
    BenchmarkIntegerIterator_Next-8     82.8          22.7          -72.58%
    
    benchmark                           old allocs     new allocs     delta
    BenchmarkIntegerIterator_Next-8     3              0              -100.00%
    
    benchmark                           old bytes     new bytes     delta
    BenchmarkIntegerIterator_Next-8     32            0             -100.00%
    ```
    stuartcarnie committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    ff65f0f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. update CHANGELOG

    stuartcarnie committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    6311a19 View commit details
    Browse the repository at this point in the history