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

perf: v2 fsl decode perf fix and some benchmarking utilities #2214

Merged
merged 5 commits into from
Apr 20, 2024

Commits on Apr 19, 2024

  1. Various minor changes to help with benchmarking v2 stuff:

     * Add the ability to encode / decode in memory
     * Add some initial decoder benchmarks
     * Fix a perf bug (extra copy) in the fixed size list decoder
     * Add some initial file reader benchmarks
     * Add initial tracing to the decode path
     * Make batch readahead configurable
    westonpace committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    94b359e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7efa5a4 View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    westonpace committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d71551d View commit details
    Browse the repository at this point in the history
  4. apply clippy suggestions

    westonpace committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    62b9182 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95afe8f View commit details
    Browse the repository at this point in the history