Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
Golang drawer
https://eli.thegreenplace.net/2024/tokens-for-llms-byte-pair-encoding-in-go/
Golang drawer
https://en.ewen.works/blog/making-an-lsp-server-in-go
Golang drawer
https://hackernoon.com/mastering-maps-in-go-everything-you-need-to-know
Hackernoon
Mastering Maps in Go: Everything You Need to Know | HackerNoon
Learn about using maps in Go (golang), including associative arrays, hash maps, collision handling, and sync.Map, with practical code examples.
Golang drawer
https://akshay-kumar.hashnode.dev/go-internals-http-request-multiplexing-in-go-1
Golang drawer
https://research.swtch.com/pcdata
Golang drawer
https://yasoob.me/posts/running-go-web-assembly-from-elixir/
yasoob.me
Running Go code from Elixir Using Web Assembly - Yasoob Khalid
I was working on an Elixir project recently and one particular open source package that I wanted to make use of was written in Go. I searched for different ways to interface with Go code from Elixir. I know that it is fairly trivial to interface Rust code…
Golang drawer
https://m.youtube.com/watch?v=acMiLKKx5fA
YouTube
Optimizing Go code for the CPU Cache
Modern CPUs have a cache that can greatly improve software performance. However, the way we code determines whether we actually see this improvement or not. How much do CPU cache misses hurt performance and what can we do as developers to avoid CPU cache…
Golang drawer
https://github.com/nil-go/konf
GitHub
GitHub - nil-go/konf: The simplest config loader for Go that reads/watches from file, env, flag and clouds (AWS, Azure, GCP).
The simplest config loader for Go that reads/watches from file, env, flag and clouds (AWS, Azure, GCP). - GitHub - nil-go/konf: The simplest config loader for Go that reads/watches from file, env,...
Golang drawer
https://github.com/1pkg/gohalt
GitHub
GitHub - 1pkg/gohalt: Gohalt
👮♀
🛑
: Fast; Simple; Powerful; Go Throttler library
Gohalt
👮♀
🛑
: Fast; Simple; Powerful; Go Throttler library - 1pkg/gohalt
Golang drawer
https://github.com/appleboy/gorush
GitHub
GitHub - appleboy/gorush: A push notification server written in Go (Golang).
A push notification server written in Go (Golang). - appleboy/gorush
Golang drawer
https://gotenberg.dev/
Golang drawer
https://github.com/sedyh/awesome-ebitengine
GitHub
GitHub - sedyh/awesome-ebitengine: A curated list of awesome Ebitengine frameworks, libraries and software
A curated list of awesome Ebitengine frameworks, libraries and software - GitHub - sedyh/awesome-ebitengine: A curated list of awesome Ebitengine frameworks, libraries and software
Golang drawer
https://github.com/quic-go/quic-go/releases/tag/v0.43.0
GitHub
Release v0.43.0 · quic-go/quic-go
quic-go.net: Launching a new Documentation Site
With this release, we're launching a new documentation site for the quic-go projects (quic-go itself, HTTP/3, webtransport-go, and soon, masque-g...
Golang drawer
https://github.com/TypicalAM/goread
GitHub
GitHub - TypicalAM/goread: Beautiful program to read your RSS/Atom feeds right in the terminal!
Beautiful program to read your RSS/Atom feeds right in the terminal! - TypicalAM/goread
Golang drawer
https://go.dev/blog/chacha8rand
go.dev
Secure Randomness in Go 1.22 - The Go Programming Language
ChaCha8Rand is a new cryptographically secure pseudorandom number generator used in Go 1.22.
Golang drawer
https://borgo-lang.github.io/
Golang drawer
https://www.emoses.org/posts/reusable-patterns-in-go/
www.emoses.org
Go Generics: Use Structs for Generic Arguments Lists
I wanted to build reusable code for a pattern in Go,
I had to fight the type system a bit but I won in the end
We can pack argument lists into structs to make the pattern generic over different sets of arguments to functions
Golang drawer
https://edgedelta.com/company/blog/applied-introduction-ebpf-go
Edge Delta
An Applied Introduction to eBPF with Go | Edge Delta
One of our engineering leaders discusses how to develop eBPF programs with Go, and how we use eBPF at Edge Delta.
Golang drawer
https://www.philipotoole.com/building-a-highly-available-search-engine-using-sqlite/
Golang drawer
https://blog.merovius.de/posts/2024-05-06-pointer-constraints/
blog.merovius.de
Constraining Go type parameter pointers
A quick note on an FAQ about Go generics