Efficient signatures for patterns - #1270
Conversation
3e37423 to
de81d90
Compare
|
I would like to mention that due to object padding, If it would be safe to do that, please let me know so I can implement it :) |
|
The other option (mentioned in Discord but not here) is to use that extra four bytes for |
| return this; | ||
| } | ||
|
|
||
| public HexSignature build() { |
There was a problem hiding this comment.
I don't have time to do it right now, but I need to remember to document properly that build can be called multiple times and reset can be used to not have to re-allocate.
This needs an extra set of eyes and a bit of bug testing because I wrote all this while tired and hungry
Continuation of #1260, much thanks to @YukkuriC for the inspiration and motivation