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

Draft: [EXPERIMENT] begin adding "async" versions of trait/impls #250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nardoor
Copy link
Contributor

@nardoor nardoor commented Aug 31, 2024

This is an experimentation branch.
The way I duplicated code to """quickly""" have an async impl is a terrible way to do it.
To me full code duplication is never a good option.

My goal is to reach a state of rustic/rustic_core/rustic_backend to experiment on the async implementations.

This might be a step towards a long term architectural change that could solve issues like rustic-rs/rustic#1181 and possibly enhance performances? (yet to be measured^^)


Do you find interesting that I keep on going with this experimentation?

This is an experimentation branch.
The way I duplicated code to """quickly""" have an async impl
is a terrible way to do it.
Full code duplication is never a good option.

My goal is to reach a state of rustic/rustic_core/rustic_backend
to experiment on the async implementations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant