fuzzbuzz / go-fuzzing-tutorialLinks
Companion repository for Go fuzzing tutorials
☆30Updated 3 years ago
Alternatives and similar repositories for go-fuzzing-tutorial
Users that are interested in go-fuzzing-tutorial are comparing it to the libraries listed below
Sorting:
- a library to curb OOMs by running Go GC according to a user-defined policy.☆84Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Experimental packages not in std and golang.org/exp☆79Updated last year
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years ago
- a lite version of rpcx☆16Updated 4 years ago
- Callgraph analysis and visualization for Go☆169Updated 3 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Updated 4 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆152Updated 3 years ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated 2 years ago
- 谈谈Go泛型 - GopherChina 2023 大会分享☆24Updated 2 years ago
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 4 years ago
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago
- Performance related examples for Go☆29Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆81Updated this week
- The assembler from the Go compiler, in library form.☆202Updated 5 years ago
- A lightweight, persistent, hierarchical key-value store, written in Go☆31Updated 3 years ago
- ☆51Updated 2 years ago
- A faster Protobuf serializer & deserializer.☆104Updated 2 months ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 4 months ago
- Lock-Free Queue for Go☆25Updated 7 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- Tool to visualize the graph of embedded structs in Go projects☆229Updated last year
- errgroup with goroutine worker limits☆164Updated 3 years ago
- The Go library that will drive you to AOP world!☆55Updated 2 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 3 years ago