mdlayher / socket
Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O and deadline support. MIT Licensed.
☆83Updated last year
Alternatives and similar repositories for socket:
Users that are interested in socket are comparing it to the libraries listed below
- Plausible additions to Go standard library packages☆39Updated 3 years ago
- extra stuff from inet.af/netaddr that didn't make it into Go's net/netip☆107Updated last year
- Perf Utilities for Go☆106Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Package sdnotify implements systemd readiness notifications as described in https://www.freedesktop.org/software/systemd/man/sd_notify.ht…☆42Updated 2 years ago
- Object file abstractions in Go☆30Updated 11 months ago
- Package ethtool allows control of the Linux ethtool generic netlink interface. MIT Licensed.☆64Updated 2 months ago
- Package packet provides access to Linux packet sockets (AF_PACKET). MIT Licensed.☆100Updated last year
- NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code.☆33Updated 4 months ago
- Package taskstats provides access to Linux's taskstats interface, for sending per-task and per-process statistics from the kernel to user…☆64Updated this week
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Easy to use native encoding/binary.ByteOrder☆29Updated 2 years ago
- The buffered IO pipe.☆32Updated 2 years ago
- eBPF package for Go☆27Updated 5 years ago
- Package icmpx provides low-level ICMPv4 (IPPROTO_ICMP) and ICMPv6 (IPPROTO_ICMPV6) raw socket support for Linux. MIT Licensed.☆31Updated last year
- importable versions of parts of the Go standard library☆49Updated 2 years ago
- Package genetlink implements generic netlink interactions and data types. MIT Licensed.☆61Updated last year
- Load file-backed memory☆120Updated 2 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Allotment Routing Table☆57Updated 3 years ago
- Experimental go stack unwinding using frame pointers.☆32Updated 2 years ago
- sysconf for Go, without using cgo☆141Updated 2 weeks ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 3 months ago
- A Go API for perf_event_open☆22Updated 8 months ago
- The `io_uring` library and runtime for GO☆127Updated 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…☆45Updated 2 years ago
- Fuzz Go defer/panic/recover☆27Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 8 months ago
- Off heap golang memory pool☆59Updated 3 years ago