-
Notifications
You must be signed in to change notification settings - Fork 21
Refactor generics code to acomodate future trait generics #228
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
base: main
Are you sure you want to change the base?
Conversation
Benchmarking (Linux) factorialCompiling factorial (factorial.con) Benchmarking (Linux) fibCompiling fib (fib.con) |
ccbf081
to
f8db81b
Compare
Benchmarking (macOS) factorialCompiling factorial (factorial.con) Benchmarking (macOS) fibCompiling fib (fib.con) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #228 +/- ##
==========================================
+ Coverage 56.29% 59.18% +2.89%
==========================================
Files 25 26 +1
Lines 5516 5892 +376
==========================================
+ Hits 3105 3487 +382
+ Misses 2411 2405 -6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Mainly changes the symbol resultion structs to improve usability and account for traits, since multiple methods with the same name may exist and may only be distinct by the trait they are implemented in.
This makes the code cleaner and more readable.