package
container/list
standard library10 standard-library functions from container/list, ranked by how often they are called outside tests and generated code.
- prod calls
- 4,471
- non-test, non-generated
- all calls
- 4,903
- total callsites
- functions
- 10
- ranked in this snapshot
- origin
- std
- standard-library
members
Functions in container/list
Ranked by production calls. The bar scales each function against the busiest in this package.
| Function | Prod calls |
|---|---|
| List.Front | 970 |
| List.Len | 957 |
| Element.Next | 690 |
| List.PushBack | 410 |
| List.Remove | 384 |
| List.Back | 370 |
| New | 368 |
| List.PushFront | 133 |
| List.MoveToFront | 118 |
| List.Init | 71 |