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

Change default Bitcask I/O mode to Erlang #77

Closed
wants to merge 1 commit into from

Conversation

jtuple
Copy link
Contributor

@jtuple jtuple commented Feb 14, 2013

Additional testing demonstrates that using Erlang's built-in I/O
provides more consistent behavior than the synchronous NIF approach.
While the NIF approach is known to provide higher throughput, the
non-deterministic impact on the Erlang VM from the use of blocking
NIFs outweighs the benefit. Defaulting to the safer option. Users
can manually revert to using NIFs if desired.

Additional testing demonstrates that using Erlang's built-in I/O
provides more consistent behavior than the synchronous NIF approach.
While the NIF approach is known to provide higher throughput, the
non-deterministic impact on the Erlang VM from the use of blocking
NIFs outweighs the benefit. Defaulting to the safer option. Users
can manually revert to using NIFs if desired.
@jtuple jtuple closed this Feb 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant