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.
☆88Updated last year
Alternatives and similar repositories for socket:
Users that are interested in socket are comparing it to the libraries listed below
- Package packet provides access to Linux packet sockets (AF_PACKET). MIT Licensed.☆99Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- extra stuff from inet.af/netaddr that didn't make it into Go's net/netip☆109Updated last year
- Package ethtool allows control of the Linux ethtool generic netlink interface. MIT Licensed.☆65Updated 3 weeks ago
- A Go library for reading and writing QCOW2 disk images.☆53Updated last year
- Package genetlink implements generic netlink interactions and data types. MIT Licensed.☆61Updated last year
- NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code.☆34Updated 6 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- sysconf for Go, without using cgo☆144Updated 3 weeks ago
- Experimental go stack unwinding using frame pointers.☆32Updated 2 years ago
- Object file abstractions in Go☆30Updated last year
- Package taskstats provides access to Linux's taskstats interface, for sending per-task and per-process statistics from the kernel to user…☆64Updated 2 weeks ago
- importable versions of parts of the Go standard library☆50Updated 2 years ago
- Perf Utilities for Go☆108Updated 2 years ago
- Package sdnotify implements systemd readiness notifications as described in https://www.freedesktop.org/software/systemd/man/sd_notify.ht…☆42Updated 3 years ago
- Plausible additions to Go standard library packages☆39Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 10 months ago
- Load file-backed memory☆122Updated 2 years ago
- Easy to use native encoding/binary.ByteOrder☆29Updated 2 years ago
- Support for Unix domain sockets in Go HTTP clients☆79Updated last year
- Off heap golang memory pool☆60Updated 3 years ago
- Allotment Routing Table☆57Updated 3 years ago
- Package rtnetlink provides low-level access to the Linux rtnetlink API. MIT Licensed.☆160Updated 2 weeks ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Generic wrapper around strconv.Parse*