index
:
pds
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
benchmarks
/
builtin-slice-append-interface
/
pds.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-19
src/pds.go: Add leading slash on package comment
EuAndreh
1
-41
/
+41
2025-05-15
tests/fuzz/vector/pds.go: Implement first model for others to be made equivalent
EuAndreh
1
-0
/
+136
2025-05-15
tests/fuzz/: Add noop fuzz targets
EuAndreh
32
-0
/
+575
2025-05-15
Setup i18n with gotext
EuAndreh
21
-122
/
+410
2025-01-22
src/pds.go: Add NewVectorOf()
EuAndreh
1
-0
/
+9
2025-01-22
src/pds.go: Use NewMapBuilder() in implementation of NewMapOf()
EuAndreh
1
-14
/
+16
2025-01-22
s/List/Vector/g
EuAndreh
24
-420
/
+437
2025-01-22
tests/pds.go: Init removal of "testing" usage
EuAndreh
1
-15
/
+26
2024-12-27
tests/pds.go: Move benchmarks and examples to separate test files
EuAndreh
60
-720
/
+1364
2024-12-14
Add Makefile and move files to structured folders
EuAndreh
9
-380
/
+612
2024-12-14
Remove extraneous files
EuAndreh
4
-57
/
+0
2023-08-17
link badge to pkg.go.dev
Alexander Stefurishin
1
-1
/
+1
2023-03-01
expose sorted sets builder
Chris Martin
2
-4
/
+37
2023-02-24
Fix typo in README NewMap -> NewSet
Joe Taber
1
-1
/
+1
2023-01-18
Update documentation
Oskar Haarklou Veileborg
1
-2
/
+2
2023-01-18
Widen key constraint to 'any' for maps and sets
Oskar Haarklou Veileborg
2
-50
/
+49
2023-01-17
Retract v0.4.2
Ben Johnson
1
-0
/
+2
2023-01-12
Fix random seed for TestRandom
Oskar Haarklou Veileborg
1
-0
/
+1
2023-01-12
list: fix Append & Prepend, remove varargs support
Oskar Haarklou Veileborg
2
-12
/
+17
2023-01-12
sets & maps: remove varargs APIs & SetMany variants
Oskar Haarklou Veileborg
3
-56
/
+21
2023-01-09
Ensure immutability of sets (and maps with SetMany)
Oskar Haarklou Veileborg
4
-30
/
+17
2022-12-28
set/sorted-set: Items() to return slice of items
Am Laher
1
-0
/
+22
2022-12-28
SortedMap: set multiple items at once
Am Laher
1
-0
/
+23
2022-12-28
Fix SortedSet.Set. NewMapOf. docs
Am Laher
4
-3
/
+125
2022-12-28
sets: varargs
Am Laher
2
-18
/
+42
2022-12-24
Set + SortedSet with test
Am Laher
2
-0
/
+272
2022-12-24
List: varargs for Append,Prepend,NewList
Am Laher
1
-7
/
+19
2022-12-22
readme updates for latest changes
Am Laher
1
-18
/
+9
2022-12-04
generic-widening: improve docs
Am Laher
1
-6
/
+6
2022-12-04
generics: widen map key constraint to 'comparable'
Am Laher
1
-42
/
+76
2022-11-17
Allow lists to contain non-comparable elements
Oskar Haarklou Veileborg
2
-30
/
+65
2022-10-05
Remove references to []byte keys in README
Paul Banks
1
-12
/
+19
2022-06-11
revert fork-related readme content
Am Laher
1
-17
/
+0
2022-06-11
add missing ptr types; tidyup
Am Laher
2
-69
/
+18
2022-05-20
undo v2 module change after comment from @benbjohnson
Amir Laher
1
-1
/
+1
2022-05-20
upgrade github actions to go 1.18
Amir Laher
1
-2
/
+2
2022-05-19
Set module path as v2 (breaking change)
Amir Laher
1
-1
/
+1
2022-05-19
update readme
Amir Laher
2
-20
/
+37
2022-05-19
implement generic immutable maps
Amir Laher
4
-941
/
+610
2022-05-19
convert lists to use generics
Amir Laher
3
-139
/
+147
2021-06-01
Fix MapBuilder docs
Ben Johnson
1
-1
/
+1
2020-11-17
Refactor builders
Ben Johnson
3
-108
/
+107
2020-09-23
GitHub Actions tweaks
Ben Johnson
2
-2
/
+2
2020-09-23
README
Ben Johnson
1
-1
/
+1