aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmarks/builtin-slice-append-interface/pds.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-19src/pds.go: Add leading slash on package commentEuAndreh1-41/+41
2025-05-15tests/fuzz/vector/pds.go: Implement first model for others to be made equivalentEuAndreh1-0/+136
2025-05-15tests/fuzz/: Add noop fuzz targetsEuAndreh32-0/+575
2025-05-15Setup i18n with gotextEuAndreh21-122/+410
2025-01-22src/pds.go: Add NewVectorOf()EuAndreh1-0/+9
2025-01-22src/pds.go: Use NewMapBuilder() in implementation of NewMapOf()EuAndreh1-14/+16
2025-01-22s/List/Vector/gEuAndreh24-420/+437
2025-01-22tests/pds.go: Init removal of "testing" usageEuAndreh1-15/+26
2024-12-27tests/pds.go: Move benchmarks and examples to separate test filesEuAndreh60-720/+1364
2024-12-14Add Makefile and move files to structured foldersEuAndreh9-380/+612
2024-12-14Remove extraneous filesEuAndreh4-57/+0
2023-08-17link badge to pkg.go.devAlexander Stefurishin1-1/+1
2023-03-01expose sorted sets builderChris Martin2-4/+37
2023-02-24Fix typo in README NewMap -> NewSetJoe Taber1-1/+1
2023-01-18Update documentationOskar Haarklou Veileborg1-2/+2
2023-01-18Widen key constraint to 'any' for maps and setsOskar Haarklou Veileborg2-50/+49
2023-01-17Retract v0.4.2Ben Johnson1-0/+2
2023-01-12Fix random seed for TestRandomOskar Haarklou Veileborg1-0/+1
2023-01-12list: fix Append & Prepend, remove varargs supportOskar Haarklou Veileborg2-12/+17
2023-01-12sets & maps: remove varargs APIs & SetMany variantsOskar Haarklou Veileborg3-56/+21
2023-01-09Ensure immutability of sets (and maps with SetMany)Oskar Haarklou Veileborg4-30/+17
2022-12-28set/sorted-set: Items() to return slice of itemsAm Laher1-0/+22
2022-12-28SortedMap: set multiple items at onceAm Laher1-0/+23
2022-12-28Fix SortedSet.Set. NewMapOf. docsAm Laher4-3/+125
2022-12-28sets: varargsAm Laher2-18/+42
2022-12-24Set + SortedSet with testAm Laher2-0/+272
2022-12-24List: varargs for Append,Prepend,NewListAm Laher1-7/+19
2022-12-22readme updates for latest changesAm Laher1-18/+9
2022-12-04generic-widening: improve docsAm Laher1-6/+6
2022-12-04generics: widen map key constraint to 'comparable'Am Laher1-42/+76
2022-11-17Allow lists to contain non-comparable elementsOskar Haarklou Veileborg2-30/+65
2022-10-05Remove references to []byte keys in READMEPaul Banks1-12/+19
2022-06-11revert fork-related readme contentAm Laher1-17/+0
2022-06-11add missing ptr types; tidyupAm Laher2-69/+18
2022-05-20undo v2 module change after comment from @benbjohnsonAmir Laher1-1/+1
2022-05-20upgrade github actions to go 1.18Amir Laher1-2/+2
2022-05-19Set module path as v2 (breaking change)Amir Laher1-1/+1
2022-05-19update readmeAmir Laher2-20/+37
2022-05-19implement generic immutable mapsAmir Laher4-941/+610
2022-05-19convert lists to use genericsAmir Laher3-139/+147
2021-06-01Fix MapBuilder docsBen Johnson1-1/+1
2020-11-17Refactor buildersBen Johnson3-108/+107
2020-09-23GitHub Actions tweaksBen Johnson2-2/+2
2020-09-23READMEBen Johnson1-1/+1