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,503
- non-test, non-generated
- all calls
- 4,940
- 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 | 969 |
| List.Len | 961 |
| Element.Next | 689 |
| List.PushBack | 407 |
| List.Remove | 391 |
| List.Back | 378 |
| New | 371 |
| List.PushFront | 138 |
| List.MoveToFront | 127 |
| List.Init | 72 |