-
Notifications
You must be signed in to change notification settings - Fork 4
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
Optimise stub #5
Comments
This is not really important for |
I have to think about this. I am motivated to support your use case because it complements our own, which is not high performance and quite limited. So I am interested how to improve performance without complicating the interface and how to improve general usability. |
My proposal will not change the interface and reduce the size of the code, because it will move code from C to OCaml which is safer and more concise. The best is probably to discuss on the PR, I wont be vexed if the PR is finally not merges ;-) |
I looked at your code; a frequent operation is to calculate event sets. It would be possible to re-bind infix operators |
The function
caml_polly_ctl
and the three functions calling it could be called frequently in some applications. We could tag them with noalloc and untagged, raising the exception from OCaml in case of error ?The text was updated successfully, but these errors were encountered: