summaryrefslogtreecommitdiff
path: root/src/slices
Commit message (Expand)AuthorAgeFilesLines
* slices: for Insert and Replace, grow slices like append doesKeith Randall2023-05-162-4/+38
* slices: handle aliasing cases in Insert/ReplaceKeith Randall2023-05-162-21/+315
* slices: optimize Index and Compact for large typesEgon Elbre2023-04-192-14/+61
* slices: amortize allocations in InsertIan Lance Taylor2023-04-132-1/+19
* slices: add DeleteFuncIan Lance Taylor2023-04-072-0/+72
* slices: skip TestGrow allocation test if nooptIan Lance Taylor2023-02-141-1/+2
* slices: new packageIan Lance Taylor2023-02-132-0/+800