@djangoproject · Post #471 · 10/16/2017, 08:42 AM
https://stxnext.com/blog/2017/09/27/go-go-python-rangers-comparing-python-and-golang/ Go Go Python Rangers - Comparing #Python and #Golang
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #14714 · May 16
#go#compression#decompression#deflate#go#golang#gzip#snappy#zip#zstandard#zstd The "github.com/klauspost/compress" package offers many fast and efficient compression tools in pure Go, including zstandard, S2 (a faster Snappy replacement), optimized deflate for gzip/zip/zlib, and snappy with better compression and concurrency. It also provides entropy encoders (huff0, FSE), HTTP gzip handlers, and a parallel gzip implementation (pgzip). These tools are drop-in replacements for Go's standard libraries but run about twice as fast, saving time and resources. You can easily add it to your project with `go get`. It supports current and recent Go versions and offers options to disable unsafe code or assembly for compatibility. This package benefits you by improving compression speed and efficiency while maintaining compatibility with standard Go compression APIs, making your applications faster and more resource-friendly. https://github.com/klauspost/compress
@djangoproject · Post #471 · 10/16/2017, 08:42 AM
https://stxnext.com/blog/2017/09/27/go-go-python-rangers-comparing-python-and-golang/ Go Go Python Rangers - Comparing #Python and #Golang
@thedevs · Post #2032 · 12/14/2022, 08:48 AM
Making a Go program run 1.7x faster with a one character change. #article#go @thedevs https://thedevs.link/tTZFuH
@thedevs · Post #2013 · 11/15/2022, 01:38 PM
Thirteen years of Go. #article#go @thedevs https://thedevs.link/MuDtnH
@thedevs · Post #1978 · 05/01/2022, 09:16 AM
Scripting with Go. #article#go @thedevs https://kutt.it/mODaYv
@thedevs · Post #1949 · 09/28/2021, 05:01 PM
Go'ing insane part one: Endless error handling. #article#go @thedevs https://kutt.it/rOmki4
@thedevs · Post #1918 · 06/10/2021, 03:14 PM
Branchless coding in Go. #article#go @thedevs https://kutt.it/qvbaam
@thedevs · Post #1894 · 03/30/2021, 04:11 PM
Go is not an easy language. #article#go @thedevs https://kutt.it/js0VpE
@thedevs · Post #1620 · 12/02/2019, 05:38 PM
The value in Go's simplicity. #article#go @thedevs https://kutt.it/AAz6U9
@thedevs · Post #1532 · 07/12/2019, 05:11 PM
7 subtle pitfalls in the Go language. #article#go @thedevs https://kutt.it/hAvAQG
@thedevs · Post #1514 · 06/23/2019, 08:41 AM
What Go programming language does and does not have. #article#go @thedevs https://kutt.it/ce9aMK
@thedevs · Post #1505 · 06/13/2019, 06:12 PM
Understanding real-world concurrency bugs in Go. #article#go @thedevs https://kutt.it/DTbapY
@thedevs · Post #1485 · 05/26/2019, 07:18 PM
Go memory ballast: How I learned to stop worrying and love the heap> #article#go @thedevs https://kutt.it/vwysiv