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

feat: no_std support for torin #1055

Closed
wants to merge 5 commits into from
Closed

Conversation

marc2332
Copy link
Owner

No description provided.

@marc2332 marc2332 added enhancement 🔥 New feature or request layout 📐 Relate to layout labels Jan 16, 2025
@marc2332 marc2332 changed the title feat: New std crate feature for torin feat: no_std support for torin Jan 16, 2025
Copy link

Benchmark for 9e6ff8d

Click to view benchmark
Test Base PR %
benchmarks/alignments=true size=21845 depth=8 wide=4 mode=not cached 107.1±0.97ms 106.6±0.82ms -0.47%
benchmarks/size=100001 depth=2 wide=100000 mode=not cached 25.1±0.90ms 25.4±1.55ms +1.20%
benchmarks/size=10001 depth=2 wide=10000 mode=not cached 1388.3±12.82µs 1385.2±29.62µs -0.22%
benchmarks/size=1001 depth=2 wide=1000 mode=not cached 134.7±4.62µs 134.9±2.96µs +0.15%
benchmarks/size=131071 depth=17 wide=2 mode=not cached 24.3±0.62ms 24.5±0.49ms +0.82%
benchmarks/size=16383 depth=14 wide=2 mode=not cached 1708.7±25.85µs 1705.8±12.92µs -0.17%
benchmarks/size=19531 depth=7 wide=5 mode=cached 317.2±11.18µs 323.6±23.24µs +2.02%
benchmarks/size=19531 depth=7 wide=5 mode=not cached 2.6±0.03ms 2.6±0.06ms 0.00%
benchmarks/size=4095 depth=12 wide=2 mode=not cached 412.6±86.89µs 415.2±113.54µs +0.63%
benchmarks/size=54241 depth=5 wide=15 mode=cached 260.2±22.68µs 270.5±31.12µs +3.96%
benchmarks/size=54241 depth=5 wide=15 mode=not cached 6.4±0.13ms 6.5±0.13ms +1.56%

Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.94%. Comparing base (f581b20) to head (f1760ac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1055   +/-   ##
=======================================
  Coverage   74.94%   74.94%           
=======================================
  Files         220      220           
  Lines       25693    25693           
=======================================
  Hits        19255    19255           
  Misses       6438     6438           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Benchmark for 8f44f1d

Click to view benchmark
Test Base PR %
benchmarks/alignments=true size=21845 depth=8 wide=4 mode=not cached 107.2±2.43ms 108.0±0.75ms +0.75%
benchmarks/size=100001 depth=2 wide=100000 mode=not cached 25.4±0.99ms 25.0±1.11ms -1.57%
benchmarks/size=10001 depth=2 wide=10000 mode=not cached 1396.9±15.69µs 1403.9±53.36µs +0.50%
benchmarks/size=1001 depth=2 wide=1000 mode=not cached 134.8±6.52µs 137.6±4.16µs +2.08%
benchmarks/size=131071 depth=17 wide=2 mode=not cached 24.6±0.63ms 24.2±0.53ms -1.63%
benchmarks/size=16383 depth=14 wide=2 mode=not cached 1725.8±177.76µs 1697.4±45.29µs -1.65%
benchmarks/size=19531 depth=7 wide=5 mode=cached 317.0±10.05µs 273.9±8.27µs -13.60%
benchmarks/size=19531 depth=7 wide=5 mode=not cached 2.6±0.05ms 2.6±0.07ms 0.00%
benchmarks/size=4095 depth=12 wide=2 mode=not cached 413.0±59.10µs 419.5±160.99µs +1.57%
benchmarks/size=54241 depth=5 wide=15 mode=cached 249.6±17.23µs 209.0±19.07µs -16.27%
benchmarks/size=54241 depth=5 wide=15 mode=not cached 6.2±0.08ms 6.5±0.48ms +4.84%

Copy link

Benchmark for 19cddd7

Click to view benchmark
Test Base PR %
benchmarks/alignments=true size=21845 depth=8 wide=4 mode=not cached 105.8±0.48ms 108.3±0.82ms +2.36%
benchmarks/size=100001 depth=2 wide=100000 mode=not cached 26.4±0.92ms 24.7±0.89ms -6.44%
benchmarks/size=10001 depth=2 wide=10000 mode=not cached 1459.3±20.25µs 1391.7±24.54µs -4.63%
benchmarks/size=1001 depth=2 wide=1000 mode=not cached 142.1±4.97µs 135.1±1.31µs -4.93%
benchmarks/size=131071 depth=17 wide=2 mode=not cached 25.6±0.70ms 24.4±0.52ms -4.69%
benchmarks/size=16383 depth=14 wide=2 mode=not cached 1706.0±18.95µs 1712.6±8.03µs +0.39%
benchmarks/size=19531 depth=7 wide=5 mode=cached 337.3±19.04µs 277.7±13.43µs -17.67%
benchmarks/size=19531 depth=7 wide=5 mode=not cached 2.8±0.17ms 2.6±0.02ms -7.14%
benchmarks/size=4095 depth=12 wide=2 mode=not cached 415.9±61.20µs 423.5±153.66µs +1.83%
benchmarks/size=54241 depth=5 wide=15 mode=cached 296.8±41.60µs 206.5±10.24µs -30.42%
benchmarks/size=54241 depth=5 wide=15 mode=not cached 6.4±0.25ms 6.4±0.08ms 0.00%

@marc2332
Copy link
Owner Author

Too much work for something I don't think is worth atm.

@marc2332 marc2332 closed this Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🔥 New feature or request layout 📐 Relate to layout
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant