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
we need a way to switch from port to nif or from nif to port. the switch has to be on-the-fly, at least should not require a beam restart.
The text was updated successfully, but these errors were encountered:
This already exists:
jq:set_implementation_module(jq_nif). jq:set_implementation_module(jq_port).
But this should be documented in the README file so I leave this open until we have added a description there.
Sorry, something went wrong.
This is now documented in the README file with the following sentence:
One can use the function jq:set_implementation_module/2 to change the implementation while the application is running.
No branches or pull requests
we need a way to switch from port to nif or from nif to port.
the switch has to be on-the-fly, at least should not require a beam restart.
The text was updated successfully, but these errors were encountered: