Closed pickx closed 1 year ago
jeez, talk about missing the forest from the trees. instead of using accessors, I'm now bitshifting on the struct's value post-compression. it's more simple that way and I'd imagine it optimizes better.
will look at this and the others on saturday!
what would it take to move this out into a derive
? from a quick glance it looks like it's pretty self-contained?
It looks like you got the idea with underscores working? 👀
will look at this and the others on saturday! what would it take to move this out into a
derive
? from a quick glance it looks like it's pretty self-contained? It looks like you got the idea with underscores working? 👀
thanks! yeah there's no need for a derive here. if you're bored, take a look at the commit history. I slowly stumbled my way into a (hopefully) correct solution.
Okay now this is a very good usecase for interactive rebase. like, 2 commits "Add derive(BinaryBits)" and "Adjust examples to use BinaryBits" That will also tell us how github handles it.
Okay now this is a very good usecase for interactive rebase
famous last words
will close #8