tklauser / go-sysconfLinks
sysconf for Go, without using cgo
☆147Updated 3 weeks ago
Alternatives and similar repositories for go-sysconf
Users that are interested in go-sysconf are comparing it to the libraries listed below
Sorting:
- Non-Invasive goroutine inspector☆93Updated 4 months ago
- a library to curb OOMs by running Go GC according to a user-defined policy.☆84Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Load file-backed memory☆122Updated 3 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- Performance related examples for Go☆29Updated last year
- ☆146Updated last year
- Perf Utilities for Go☆110Updated 2 years ago
- The assembler from the Go compiler, in library form.☆201Updated 4 years ago
- Know when GC runs from inside your golang code☆189Updated 3 years ago
- goroutine local storage (use context instead if possible)☆78Updated 10 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆60Updated 6 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆70Updated 2 weeks ago
- The Go programming language. This fork was created for pprof++, a Go profiler with hardware performance monitoring. Read through the lin…☆182Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 4 months ago
- Package for getting the runtime ID of a goroutine☆49Updated 3 months ago
- The `io_uring` library and runtime for GO☆156Updated 8 months ago
- ☆38Updated 3 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
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- Example HTTP/2 Cleartext (H2C) server and client in golang☆117Updated last year
- io_uring support for go☆205Updated 5 years ago
- Experimental go stack unwinding using frame pointers.☆31Updated 2 years ago
- A Lightweight in-memory key:value cache library for Go.☆184Updated 2 years ago
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆81Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Parse json with comments and trailing commas.☆100Updated 4 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- C to Go translation tool☆142Updated 2 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141Updated 8 months ago