Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve search cache R/W speeds #4

Open
Voxel9 opened this issue Feb 11, 2020 · 0 comments
Open

Improve search cache R/W speeds #4

Voxel9 opened this issue Feb 11, 2020 · 0 comments
Labels
enhancement Issues covering a potentially useful feature to be added. File I/O Issues related to file access and the filesystem Memory Issues related to memory management and/or memory access Plugin Issues related to the CheatX Xbox plugin Search Issues related to the memory search functionality

Comments

@Voxel9
Copy link
Owner

Voxel9 commented Feb 11, 2020

As it stands, the current search cache implementation is still way too slow. This is probably due to a mix of the code being inefficient in some places, and fread/fwrite being unsuitable candidates for this type of work. (However, I failed to find any other suitable working file IO APIs built into nxdk, meaning it's pretty much restricted to these for the time being)

This issue will be updated as soon as new replacements and implementations are found.

@Voxel9 Voxel9 added Search Issues related to the memory search functionality Memory Issues related to memory management and/or memory access File I/O Issues related to file access and the filesystem Plugin Issues related to the CheatX Xbox plugin enhancement Issues covering a potentially useful feature to be added. labels Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues covering a potentially useful feature to be added. File I/O Issues related to file access and the filesystem Memory Issues related to memory management and/or memory access Plugin Issues related to the CheatX Xbox plugin Search Issues related to the memory search functionality
Projects
None yet
Development

No branches or pull requests

1 participant