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

Replace Arc with Box #99

Open
vigenere23 opened this issue Aug 19, 2023 · 0 comments
Open

Replace Arc with Box #99

vigenere23 opened this issue Aug 19, 2023 · 0 comments
Labels
level - easy refactoring Cleaning code without affecting features
Milestone

Comments

@vigenere23
Copy link
Owner

Since the program is not multi-threaded (and does not plan to be), there is no need to use Arc wrappers. Therefore, ref types can use Box instead.

@vigenere23 vigenere23 added refactoring Cleaning code without affecting features level - easy labels Aug 19, 2023
@vigenere23 vigenere23 added this to the MVP milestone Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level - easy refactoring Cleaning code without affecting features
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant