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

Add "diff" functionality #10

Open
ChosunOne opened this issue Mar 3, 2019 · 0 comments
Open

Add "diff" functionality #10

ChosunOne opened this issue Mar 3, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ChosunOne
Copy link
Owner

Is your feature request related to a problem? Please describe.
Comparing elements of two trees, or of multiple versions of the same tree, requires a lot of boilerplate code to accomplish and is inefficient.

Describe the solution you'd like
Adding a "diff" function to compare two trees would make comparing trees far more efficient, as having access to the internal structure of the default tree only needs to look at the locations.

Describe alternatives you've considered
It is currently possible to build a structure with a diff function, but adding it to the default tree structure would enhance the usability of the crate immensely.

Additional context
With this feature, it could allow for the efficient merging of two trees.

@ChosunOne ChosunOne added the enhancement New feature or request label Mar 3, 2019
@ChosunOne ChosunOne assigned ChosunOne and unassigned ChosunOne Mar 3, 2019
@ChosunOne ChosunOne added help wanted Extra attention is needed good first issue Good for newcomers and removed help wanted Extra attention is needed labels Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant