-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add bit_order attribute #483
base: master
Are you sure you want to change the base?
Conversation
8f3b5e2
to
4956664
Compare
Benchmark for 3a408bdClick to view benchmark
|
Benchmark for e38e559Click to view benchmark
|
4956664
to
4fd9456
Compare
Benchmark for 7cdecbfClick to view benchmark
|
4fd9456
to
3c22a2a
Compare
Benchmark for f40bbecClick to view benchmark
|
3c22a2a
to
ae5a49f
Compare
Benchmark for ac4ba04Click to view benchmark
|
Benchmark for eecec5eClick to view benchmark
|
wow this looks great, I owe you a review. To set expectations I'm busy for a while w/ work so it may need to wait a bit, but I'm very excited about this |
No problem! |
* This was fixed as part of this MR, not exactly sure what fixed it and don't have time to fully investigate
62d379a
to
954d1e3
Compare
Benchmark for 182af0eClick to view benchmark
|
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 your efforts here! Let's ship this.
if (__deku_pad % 8) == 0 { | ||
let bytes_read = __deku_pad / 8; | ||
let mut buf = vec![0; bytes_read]; | ||
// TODO: use skip_bytes, or Seek in the future? |
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.
would it be beneficial to address this TODO now or keep it a TODO?
edit: oops old review comment, I'm ok with leaving this as TODO and addressing later.
Closes #134, #371, #485