-
Notifications
You must be signed in to change notification settings - Fork 130
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
Refactor binary_accessor #72
Comments
You're just going to rewrite the whole thing in C right? ;) |
Were you still planning on making this a separate gem? |
I licensed binary_accessor/structure and json_drb differently with the end goal of making them seperate LGPL gems. |
Might be a chance to brush up on my C extension skills. I'll take a crack at it. |
I don't know that I should prematurely optimize this into a C extension if you want to make it more widely available. Making it a C extension prevents Rubinious and JRuby users from using it. Although we've already been forced to a partial C extension due to performance. |
Merge in COSMOSEE/base from rspec_fixes to master * commit '7b9c34312e68957901c05b4c413f3ab239a930ec': Fix yaml spec Fix microservice operator spec
BinaryAccessor has been on my todo for a while. It always shows up with tons of duplication and complexity.
The text was updated successfully, but these errors were encountered: