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

[RFC, WIP] Global memorypool implementation #3644

Closed
wants to merge 14 commits into from
Closed

Commits on Aug 13, 2019

  1. Implement a very simple zero-lock message pool to test performance gains

    by completely removing malloc/free from the hot path of benchmark util
    f18m committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    4f84758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea0dc06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a24f2af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bd2ae1 View commit details
    Browse the repository at this point in the history
  5. fix typo

    f18m committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    252e8d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a30795 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Configuration menu
    Copy the full SHA
    577232e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    ff8d79f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e514e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18c52c4 View commit details
    Browse the repository at this point in the history
  4. allow testing up to 8k msg sizes

    f18m committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    a720a31 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Configuration menu
    Copy the full SHA
    b9e1f01 View commit details
    Browse the repository at this point in the history
  2. fix build with no draft API

    f18m committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    1649701 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

  1. never use allocator for VSM

    f18m committed Aug 31, 2019
    Configuration menu
    Copy the full SHA
    0baafa4 View commit details
    Browse the repository at this point in the history