github.com/danielpfeifer02/quic-go-prio-packs@v0.41.0-28/internal/utils/linkedlist/README.md (about) 1 # Usage 2 3 This is the Go standard library implementation of a linked list 4 (https://golang.org/src/container/list/list.go), with the following modifications: 5 * it uses Go generics 6 * it allows passing in a `sync.Pool` (via the `NewWithPool` constructor) to reduce allocations of `Element` structs