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

Allocator Benchmarks #41

Open
Tropix126 opened this issue Apr 16, 2024 · 1 comment
Open

Allocator Benchmarks #41

Tropix126 opened this issue Apr 16, 2024 · 1 comment
Labels
core Relates to any lowlevel code in vexide-core or vexide-panic. documentation Improvements or additions to documentation

Comments

@Tropix126
Copy link
Member

Tropix126 commented Apr 16, 2024

We currently leverage talc, which is a fairly experimental memory allocator for embedded systems. Right now, we just use talc because it works and hasn't really raised any trouble. To my knowledge, talc isn't quite up to speed with some competing allocators, but i'm curious around how it stacks up against libc's malloc in libpros, as well as the performance of other allocator options (both performance-wise and efficiency-wise).

Potential benchmark contenders:

@doinkythederp
Copy link
Member

doinkythederp commented Apr 16, 2024

Having benchmarks for anything at all in the project would be great!

@Tropix126 Tropix126 added documentation Improvements or additions to documentation core Relates to any lowlevel code in vexide-core or vexide-panic. labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Relates to any lowlevel code in vexide-core or vexide-panic. documentation Improvements or additions to documentation
Projects
Status: Ready
Development

No branches or pull requests

2 participants