refcell / subway-rs

An extensible and practical demonstration of constructing evm-based sandwich attacks built with ethers-rs and Huff language.

Home Page:https://github.com/refcell/subway-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have you ever tested the preformance of the Rust version and original JS version?

Neronjust2017 opened this issue · comments

Hi, I wonder have you tested the performance of this Rust code compared to the original JS version? There are some operations of querying the EVM status, token reserves, and also a lot of bignumber multiplication in binary search. How much improvement can Rust bring in computation efficiency? Thanks!

closed.