Refactor generics code to acomodate future trait generics#228
Refactor generics code to acomodate future trait generics#228
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.