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

Improve buffer usage across bolt & packstream classes #224

Merged
merged 2 commits into from
Aug 22, 2017

Commits on Aug 21, 2017

  1. Improve buffer usage across bolt & packstream classes

      1. Introduced Buffer related settings into the configuration,
      2. Dropped MemoryStream from ChunkReader and started to use a fix sized buffer,
      3. Dropped MemoryStream from BoltWriter,
      4. Reset MemoryStream capacity to default buffer size after consuming or sending messages in BoltReader and ChunkWriter classes.
    ali-ince committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    ce26507 View commit details
    Browse the repository at this point in the history
  2. applied renaming suggestions

    ali-ince committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    fbe72ed View commit details
    Browse the repository at this point in the history