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

Receiver: Use intern package when reallocating label strings #5926

Merged
merged 9 commits into from
Feb 1, 2023

Commits on Nov 29, 2022

  1. Cleanup go mod

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a411678 View commit details
    Browse the repository at this point in the history
  2. Use string interning for labels realloc method

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2ab22e1 View commit details
    Browse the repository at this point in the history
  3. Enhance label realloc benchmarks

    Signed-off-by: Matej Gera <matejgera@gmail.com>
    matej-g committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    8dc6221 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    d1af043 View commit details
    Browse the repository at this point in the history
  2. Make interning optional; put behind hiddend flag

    Signed-off-by: Matej Gera <matej.gera@coralogix.com>
    matej-g committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    ad1d3d3 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    Signed-off-by: Matej Gera <matej.gera@coralogix.com>
    matej-g committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5d7e6fc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge branch 'main' into receiver-use-intern-pkg

    Signed-off-by: Matej Gera <38492574+matej-g@users.noreply.github.com>
    matej-g authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e9b6d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8853d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Address feedback

    - Fix wrong condition
    - Adjust benchmarks
    
    Signed-off-by: Matej Gera <matej.gera@coralogix.com>
    matej-g committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f63fba3 View commit details
    Browse the repository at this point in the history