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

replace KObjs with KObjSlice #322

Merged
merged 2 commits into from May 10, 2022
Merged

Commits on Apr 27, 2022

  1. test: add benchmark for KObjs

    This is a first step towards optimizing it. Performance is expected to depend
    primarily on the length of the slice, so that gets varied.
    pohly committed Apr 27, 2022
    Copy the full SHA
    ff92e06 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. replace KObjs with KObjSlice

    KObjSlice can be used in log calls without causing unnecessary work when the
    log event does not get logged.
    pohly committed May 10, 2022
    Copy the full SHA
    8a3e48e View commit details
    Browse the repository at this point in the history