You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. More of a dumb question, but I'm wondering by what architectural feature iced outperforms zydis decode by so many times(3x speed difference) on these benchmarks? https://github.com/athre0z/disas-bench
Is the iced speed directly greater due to less information about instructions and this benchmark can be considered invalid in some way?
The text was updated successfully, but these errors were encountered:
Not a dumb question at all, but probably something you should as the iced dev 😅
I never looked at the iced architecture, but yes, I assume it's largely because of more efficient structs and a little bit of a Rust bonus here and there.
Hi. More of a dumb question, but I'm wondering by what architectural feature iced outperforms zydis decode by so many times(3x speed difference) on these benchmarks? https://github.com/athre0z/disas-bench
Is the iced speed directly greater due to less information about instructions and this benchmark can be considered invalid in some way?
The text was updated successfully, but these errors were encountered: