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

Commits on Feb 14, 2013

  1. Change default Bitcask I/O mode to Erlang

    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 committed Feb 14, 2013
    Configuration menu
    Copy the full SHA
    9c4f93b View commit details
    Browse the repository at this point in the history