golang support #41

Closed
opened 2026-01-29 20:29:39 +00:00 by claunia · 8 comments
Owner

Originally created by @hnsl on GitHub (Sep 28, 2015).

It would be nice to have some wrapper or native implementation for golang.

Originally created by @hnsl on GitHub (Sep 28, 2015). It would be nice to have some wrapper or native implementation for golang.
Author
Owner

@gyf19 commented on GitHub (Sep 29, 2015):

+1

@gyf19 commented on GitHub (Sep 29, 2015): +1
Author
Owner

@fxfactorial commented on GitHub (Sep 29, 2015):

You could always write one, the code is not that bad and you can take inspiration from the their python bindings, or my OCaml bindings, https://github.com/fxfactorial/ocaml-brotli/blob/master/src/brotli_stubs.c#L41 and there was a Lua binding available as well.

@fxfactorial commented on GitHub (Sep 29, 2015): You could always write one, the code is not that bad and you can take inspiration from the their python bindings, or my OCaml bindings, https://github.com/fxfactorial/ocaml-brotli/blob/master/src/brotli_stubs.c#L41 and there was a Lua binding available as well.
Author
Owner

@maximecaron commented on GitHub (Oct 1, 2015):

+1

@maximecaron commented on GitHub (Oct 1, 2015): +1
Author
Owner

@beauhoyt commented on GitHub (Oct 24, 2015):

+1

@beauhoyt commented on GitHub (Oct 24, 2015): +1
Author
Owner

@kothar commented on GitHub (Oct 25, 2015):

I've implemented a very limited binding for the BrotliCompressBlock and BrotliDecompressBlock functions. Stream bindings shouldn't be hard, but not sure when I will get to them, so I'd welcome anyone else's contributions in that area.

https://github.com/kothar/brotli-go

@kothar commented on GitHub (Oct 25, 2015): I've implemented a very limited binding for the BrotliCompressBlock and BrotliDecompressBlock functions. Stream bindings shouldn't be hard, but not sure when I will get to them, so I'd welcome anyone else's contributions in that area. https://github.com/kothar/brotli-go
Author
Owner

@dsnet commented on GitHub (Oct 28, 2015):

And here's another Go Brotli package: https://github.com/dsnet/compress

This is written in pure Go, but only implements the decoder for the time being.

@dsnet commented on GitHub (Oct 28, 2015): And here's another Go Brotli package: https://github.com/dsnet/compress This is written in pure Go, but only implements the decoder for the time being.
Author
Owner

@gyf19 commented on GitHub (Oct 31, 2015):

Cool

@gyf19 commented on GitHub (Oct 31, 2015): Cool
Author
Owner

@anurag commented on GitHub (Apr 28, 2019):

https://github.com/andybalholm/brotli is a pure Go encoder and decoder.

@anurag commented on GitHub (Apr 28, 2019): https://github.com/andybalholm/brotli is a pure Go encoder and decoder.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#41