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
{{ message }}
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
In versions after v0.4.1, the pointer scanning speed will be 30% to 200% slower on some devices, mainly due to the above two problems. write! and binary_search.
Of course, this is easy to fix, just replace it with another implementation. But I'm not prepared to do that. Hopefully someone else or rust-lang can fix it.
Other:
Currently, a large amount of useless memory data will be dumped, which indirectly seriously affects the performance of pointer scanning.
Maybe there should be a good memory filter by default.