package
0.0.0-20250319163540-834e896f7d1b
Repository: https://github.com/psiphon-labs/quic-go.git
Documentation: pkg.go.dev
# README
Usage
This is the Go standard library implementation of a linked list (https://golang.org/src/container/list/list.go), with the following modifications:
- it uses Go generics
- it allows passing in a
sync.Pool
(via theNewWithPool
constructor) to reduce allocations ofElement
structs