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

[rust] object pooling #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

[rust] object pooling #11

wants to merge 3 commits into from

Commits on May 23, 2023

  1. better performance with object pooling

    at the moment is broken, but bench is very promising:
    
    ```
                            time:   [14.653 µs 14.666 µs 14.678 µs]
                            thrpt:  [68.127 Kelem/s 68.187 Kelem/s 68.245 Kelem/s]
                     change:
                            time:   [-32.673% -32.541% -32.415%] (p = 0.00 < 0.05)
                            thrpt:  [+47.962% +48.238% +48.529%]
                            Performance has improved.
    ```
    ahdinosaur committed May 23, 2023
    Configuration menu
    Copy the full SHA
    9788561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1991e View commit details
    Browse the repository at this point in the history
  3. reduce the pool capacity

    ahdinosaur committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7407161 View commit details
    Browse the repository at this point in the history