Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Redo Pointer Searching #15

Open
mdbell opened this issue Oct 14, 2018 · 1 comment
Open

Redo Pointer Searching #15

mdbell opened this issue Oct 14, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request medium-priority

Comments

@mdbell
Copy link
Owner

mdbell commented Oct 14, 2018

Currently the way we search for pointers is both stupid and slow, ideally I'd like to search the mutable region for pointers, and then search all those pointers at the depth that is user supplied, would be much faster.

@mdbell mdbell self-assigned this Oct 14, 2018
@mdbell mdbell added the enhancement New feature or request label Oct 14, 2018
@Talixme
Copy link

Talixme commented Oct 14, 2018

Thanks for the update!!!!!
Right now what i do, is copy all the pointers one by one (you cant copy all at once, will be great you can) to a excell, search again for the new original code and copy all again to the excell , this 3 or 4 times , then compare with excell to find a match.

It takes me like 2 hours to find a working code.

So im happy at least i can test the pointer and i dont have to change to sx to test it.

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request medium-priority
Projects
None yet
Development

No branches or pull requests

2 participants