quasilyte / talksLinks
A collection of slides, notes and other related stuff from talks I have given.
☆28Updated last year
Alternatives and similar repositories for talks
Users that are interested in talks are comparing it to the libraries listed below
Sorting:
- The code used to serve gocorpus application☆52Updated last year
- My personal, slightly improved version of benchstat utility☆20Updated last year
- quasigo is a Go subset interpreter written in Go☆15Updated 2 years ago
- Russian checkers game☆26Updated last year
- Easy flags population.☆34Updated 3 years ago
- OAuth2 client in Go☆22Updated last year
- CPU-guided performance analyzer for Go☆78Updated 2 years ago
- Updated UUID version 6 prototype in Go☆28Updated 3 years ago
- Better sync package for Go.☆22Updated last year
- A curated list of Go code formatters (like gofmt)☆39Updated 4 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- Source code analyzer that helps you to maintain variable/field naming conventions inside your project.☆40Updated 6 years ago
- ☆19Updated 3 years ago
- Syntax-aware Go code search, based on the mvdan/gogrep☆39Updated 2 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- 👩⚕️👨⚕️ Mission-critical concurrent health checks synchronization☆31Updated last month
- rest/http helpers☆59Updated last month
- ☆50Updated 4 years ago
- Daily builds of active Go development branches☆18Updated 2 weeks ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- WIP. Redis client for Go☆16Updated 2 years ago
- Build Go linters from lintpack-compatible packages. Also serves as a framework for writing checkers.☆28Updated 5 years ago
- Pure Go GOST cryptographic functions library (mirror of http://git.cypherpunks.ru/cgit.cgi/gogost.git/)☆26Updated 7 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆54Updated 6 years ago
- The package provides a very thin wrapper (no external dependencies) for http.Client allowing the use of layers (middleware).☆24Updated 3 months ago
- Dynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to exist☆42Updated last year
- The Golang linter that checks that sentinel errors are prefixed with the `Err` and error types are suffixed with the `Error` or `Errors`.☆25Updated this week
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- A vanilla go implementation of Hunt The Wumpus I & II & III + and advanced mode☆23Updated last year
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 4 years ago