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

Feature: Provide functions to map other application memory #3

Open
fuqiuluo opened this issue Apr 28, 2023 · 0 comments
Open

Feature: Provide functions to map other application memory #3

fuqiuluo opened this issue Apr 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@fuqiuluo
Copy link
Owner

fuqiuluo commented Apr 28, 2023

A function is provided to map the memory of the target application to the Hakutaku process. Because the process _ VM _ preadv will switch from the user mode to the kernel mode, a lot of time will be spent on scheduling in the long run. A function is provided to map a certain data that needs to be read continuously in, which can avoid scheduling and improve performance.

Code Contributor: TBD

@fuqiuluo fuqiuluo added the enhancement New feature or request label Apr 28, 2023
@fuqiuluo fuqiuluo changed the title 功能建议:提供映射其它应用内存的函数 Future: Provide functions to map other application memory May 5, 2023
@fuqiuluo fuqiuluo changed the title Future: Provide functions to map other application memory Feature: Provide functions to map other application memory May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant