-
Notifications
You must be signed in to change notification settings - Fork 12
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
Refactor cljam.io.util.bin #201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM:+1:
Codecov Report
@@ Coverage Diff @@
## master #201 +/- ##
==========================================
+ Coverage 86.91% 86.94% +0.02%
==========================================
Files 77 77
Lines 6267 6266 -1
Branches 520 518 -2
==========================================
+ Hits 5447 5448 +1
Misses 300 300
+ Partials 520 518 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for refactoring! 💪
Just to confirm, memoization for reg->bins
was dropped, but is it intended?
If so (probably so), could you elaborate a little more on the reason just for future reference? It messed up the performance improvement by unboxed function calls? You were concerned about its memory consumption? Or for any other reason?
Ah, sorry I forgot to mention that 🙇
|
Thank you for describing your decisions behind the refinements! They all sound reasonable to me 🙆♂️
Yeah, I can imagine that. The |
Summary
Refactored
cljam.io.util.bin
Changes
Tests
lein check
✅lein test :all
✅lein cloverage
✅lein eastwood
✅lein cljfmt check
✅