We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there Willem, I was taking a look at your repo on github and have been looking to do something similar in python.
However, I cannot seem to figure out how to do this due to not having the pointer arithmetic available within the mmap call to python. https://github.com/willemt/cbuffer/blob/master/cbuffer.c#L52
Line 52 is what I cannot mimic, because the offset param here does not help us with the window. Any help would be greatly appreciated!
Regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there Willem, I was taking a look at your repo on github and have been looking to do something similar in python.
However, I cannot seem to figure out how to do this due to not having the pointer arithmetic
available within the mmap call to python.
https://github.com/willemt/cbuffer/blob/master/cbuffer.c#L52
Line 52 is what I cannot mimic, because the offset param here does not help us with the window.
Any help would be greatly appreciated!
Regards
The text was updated successfully, but these errors were encountered: