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

Added big endian support into the native code #40

Merged
merged 1 commit into from
Aug 12, 2015

Conversation

jblight
Copy link
Contributor

@jblight jblight commented Aug 12, 2015

Added big endian support into the native code. Additionally corrected two issues common to all processor architecures:

  1. In the spec/bson/timestamp_spec.rb where the "#to_bson/#from_bson" test, the pack as was specified as ("l2") instead of (BSON::Int32::PACK * 2)
  2. In the benchmarking code, the FalseClass was being incorrectly bench marked against a BSON::Binary rather than a BSON::Boolean

durran added a commit that referenced this pull request Aug 12, 2015
Added big endian support into the native code
@durran durran merged commit 486fbb6 into mongodb:master Aug 12, 2015
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.

2 participants