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 an object pool to implement String-passing #56

Open
90degs2infty opened this issue Dec 25, 2023 · 0 comments
Open

Use an object pool to implement String-passing #56

90degs2infty opened this issue Dec 25, 2023 · 0 comments
Labels
refactoring Improves code quality without touching features

Comments

@90degs2infty
Copy link
Owner

In the UplinkDrivers message mailbox, passed messages currently get copied around in memory. To improve performance, one could use heapless::Pool as suggested in the book.

@90degs2infty 90degs2infty added the refactoring Improves code quality without touching features label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Improves code quality without touching features
Projects
None yet
Development

No branches or pull requests

1 participant