|
Thanks for building this amazing Solidity library, @Vectorized! I was looking at the Line 64 in 7143fa2 Would you mind explaining what does "not stable" mean in this context? |
Answered by
PaulRBerg
Feb 5, 2023
Replies: 2 comments 1 reply
|
I think the "NOT stable" comment here can be removed, since the sort operates on uint256s. Sort stability only matters when sorting tuples. |
1 reply
|
It would be interesting to have more standardized gas benchmarks for the optimized snippets, especially comparing them against equivalent implementations using Solidity’s newer compiler optimizations. This could help developers understand the actual gas savings and the trade-offs in readability when choosing Solady |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see, thanks for explaining. It looks like you removed the comments in the meantime.
ed18bb6