dnscrypt-proxy/vendor/github.com/quic-go/quic-go/internal/utils/linkedlist
Deltadroid c3fd855831
Update quic-go dependency to support go 1.20 (#2292)
2023-02-02 12:42:11 +01:00
..
README.md Update quic-go dependency to support go 1.20 (#2292) 2023-02-02 12:42:11 +01:00
linkedlist.go Update quic-go dependency to support go 1.20 (#2292) 2023-02-02 12:42:11 +01:00

README.md

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 the NewWithPool constructor) to reduce allocations of Element structs