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

Use Rc::try_unwrap for (possibly?) better performance #85

Merged
merged 6 commits into from
Nov 17, 2022

Commits on Nov 7, 2022

  1. Benchmarks first

    matheus23 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5c3a887 View commit details
    Browse the repository at this point in the history
  2. Use Rc::try_unwrap in Node::set_value

    And in `Node::remove_value`
    matheus23 committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    175d1d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    fea3c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    360be2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b107a22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60a4233 View commit details
    Browse the repository at this point in the history