-
Notifications
You must be signed in to change notification settings - Fork 506
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
WIP support Buffer::Use #7
Conversation
yeah, this is nice, merge it with the 0.2.0 branch though and docs will be interesting--I'll probably use this myself in a few places. re naming, I'm all for crazy names but "mother" might not be a bit too much of a distraction. Perhaps "original", "source", or maybe even just |
Hah. The ridiculous name was intentional as a reminder to have it changed. |
There may be cases where a user wants to use the original char* instead of making a copy of the data. This adds support for the new Buffer::Use method, while creating a shim for pre-v0.11. Once a name has been approved I'll also add entries into the README.
very nice |
I've merged this in to 0.2.0, see #6. I had to add a |
There may be cases where a user wants to use the original char* instead
of making a copy of the data. This adds support for the new Buffer::Use
method, while creating a shim for pre-v0.11.
Once a name has been approved I'll also add entries into the README.
I'm not sure what an appropriate name for this method should be, hence the ridiculous name. :)