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

Place a ceiling for initial capacity allocated for bytes.Buffer #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 23, 2023

  1. Place a ceiling for initial capacity allocated for bytes.Buffer

    + Initializing the ceiling to 10MB. This means that at least
      10 MB of space is guaranteed if the estimate is larger than
      that. Any additional space will be allocated on demand.
    + Intended to address: blevesearch/bleve#1780
    abhinavdangeti committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    b6800de View commit details
    Browse the repository at this point in the history