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

framing format implementation #24

Closed
glycerine opened this issue Feb 27, 2016 · 1 comment
Closed

framing format implementation #24

glycerine opened this issue Feb 27, 2016 · 1 comment

Comments

@glycerine
Copy link

It is great that this snappy golang library is getting some love, especially assembly language love. Nice!

A while back I wrote a Go implementation of the framing/streaming spec for snappy. It is here:
https://github.com/glycerine/go-unsnap-stream

If the maintainers of golang/snappy would like to adopt my implementation and integrate the framing implementation with golang/snappy library or a future Go standard lib for snappy, you have my blessing. (Especially if you want to re-write parts in assembly to make it even faster.)

Thanks again for improving golang/snappy.

@nigeltao
Copy link
Contributor

nigeltao commented Mar 2, 2016

Ah, my own implementation of the framing format was finally submitted about a year ago (https://codereview.appspot.com/199400043/).

It is already in golang/snappy. Look for Reader and Writer.

@nigeltao nigeltao closed this as completed Mar 2, 2016
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

No branches or pull requests

2 participants