-
Notifications
You must be signed in to change notification settings - Fork 5
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
Big endian support #3
base: master
Are you sure you want to change the base?
Conversation
This commits add the big endian support for conversion between bytes and a typed value such as Int.
I don't assume there's any way to unit test this, right? |
Yes. I cannot prepare the test environment on s390x for you now. I tested all of the unit tests on my machine. All of the tests passed. Let me put the test results. |
Test results on a s390x machine. Let me screen some performance numbers.
|
@tnakaike Robbert lost contact with you a while ago. Do you still need Big Endian support? |
@Joannis Yes. I hope that MongoKitten supports big endian. I responded to him in Slack. He cannot access slack now? |
He's on vacation at the moment for another week. I can pick up the issues, too. Last thing I recall hearing about Big Endian support was his inabiliy to verify this. He wasn't able to get a big endian machine setup at the IBM cloud services. |
I did not know it. Did he tried this https://developer.ibm.com/linuxone/ ? Let me check if it works. |
This commits add the big endian support for conversion between bytes and a typed value such as Int.