Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

performance #26

Open
Open
@kekeimiku

Description

@kekeimiku

rust-lang/rust#10761
rust-lang/rust#115271

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions