malik
malik
wanted to handle a reuslt func and i was thinking should there be an error file to handle custom errors
closes #10220 closes https://github.com/paradigmxyz/reth/issues/10221
right now the math.rs uses the std::ops which does not check for overflow and does not allow a wide range of numeric type num_traits should fix all this
### Describe the feature ref: https://github.com/paradigmxyz/reth/issues/12842#issuecomment-2497636181 ref: #12842 The main reason this consumes so much storage or allocation I should say is because it's way too cache unoptimized, the whole...
optimizes the `CursorSubNode` implementation and should increase performance when searching Trie I think this coulde be made constant and further increase in performance if we use de bruijin sequence(https://en.wikipedia.org/wiki/De_Bruijn_sequence) for...