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

Reduce cloning in operators #14

Merged
merged 2 commits into from
Jan 26, 2018
Merged

Reduce cloning in operators #14

merged 2 commits into from
Jan 26, 2018

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    5869894 View commit details
    Browse the repository at this point in the history
  2. Implement operators by value

    Rather than forwarding everything to references, which must then clone
    to do the actual operation, we'll go the other way -- clone references
    to values, then operators by value can mostly do their work directly.
    cuviper committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    a355903 View commit details
    Browse the repository at this point in the history