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

Buffer increase #738

Merged
merged 7 commits into from
May 14, 2018
Merged

Commits on May 8, 2018

  1. increase buffer size

    This was done to fix a problem for a package with a really long list of dependencies.
    It would be nice if this kind of values are configurable via a config for future, to avoid editing the code for custom use cases.
    thanks to Sorin Pop, who found and fixed the issue in our internal system :)
    strajansebastian committed May 8, 2018
    Configuration menu
    Copy the full SHA
    e3426e3 View commit details
    Browse the repository at this point in the history
  2. Update AUTHORS

    strajansebastian committed May 8, 2018
    Configuration menu
    Copy the full SHA
    e9ddbf4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. increase scanner buffer

    fix big list of dependency problems (up to 2MB)
    strajansebastian committed May 11, 2018
    Configuration menu
    Copy the full SHA
    eab0629 View commit details
    Browse the repository at this point in the history
  2. Update format.go

    strajansebastian committed May 11, 2018
    Configuration menu
    Copy the full SHA
    a03d17c View commit details
    Browse the repository at this point in the history
  3. Update format.go

    strajansebastian committed May 11, 2018
    Configuration menu
    Copy the full SHA
    7b61ea5 View commit details
    Browse the repository at this point in the history
  4. Avoid allocating new buffer and push max field size to constant

    This way `bufio.Scanner` would allocate initial buffer of default size,
    buf might still grow to maximum defined size.
    smira committed May 11, 2018
    Configuration menu
    Copy the full SHA
    aa3cd1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d679023 View commit details
    Browse the repository at this point in the history