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

feat: Add new trait DynProgress & type BoxedDynProgress #22

Merged
merged 3 commits into from
Sep 4, 2023

Commits on Aug 19, 2023

  1. feat: Add new trait DynProgress & type BoxedDynProgress

    Fixed Byron#21
    
    `DynProgress` is sealed and implemented for any type that implements
    `Progress`.
    
    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    24d0b2a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. refactor

    Byron committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    54094b6 View commit details
    Browse the repository at this point in the history
  2. Add benchmarks for dyn-traits

    They are roughly half as fast due to the dynamic call overhead.
    Byron committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9d03124 View commit details
    Browse the repository at this point in the history