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

no_std with alloc support #58

Closed
wants to merge 1 commit into from
Closed

Conversation

CathalMullan
Copy link
Contributor

@CathalMullan CathalMullan commented Aug 5, 2024

Proof of concept of how easy no_std + alloc support will be once 1.81 comes out.

Not sure we'd want to raise the msrv, however.

@CathalMullan CathalMullan linked an issue Aug 5, 2024 that may be closed by this pull request
Copy link

codspeed-hq bot commented Aug 5, 2024

CodSpeed Performance Report

Merging #58 will degrade performances by 8.69%

Comparing 57-investigate-no_std-support (78a14f9) with main (a645714)

Summary

⚡ 2 improvements
❌ 5 regressions
✅ 15 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main 57-investigate-no_std-support Change
matchit 5.2 µs 5.1 µs +2.53%
path-tree 7.8 µs 8.4 µs -7.14%
xitca-router 7.9 µs 7.6 µs +3.75%
gonzales 48.8 µs 50.5 µs -3.25%
path-tree 51.8 µs 56.7 µs -8.69%
regex 388.8 µs 400 µs -2.79%
wayfind 44.5 µs 45.7 µs -2.44%

@CathalMullan CathalMullan deleted the 57-investigate-no_std-support branch August 12, 2024 23:48
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.

Investigate no_std support
1 participant