summaryrefslogtreecommitdiffhomepage
path: root/net/art/table_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-08-22all: fix new lint warnings from bumping staticcheckBrad Fitzpatrick1-1/+1
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-10/+10
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-37/+0
2023-08-17net/art: allow non-pointers as valuesDavid Anderson1-105/+85
2023-08-16net/art: move child table pointers out of strideEntryDavid Anderson1-5/+6
2023-07-24net/art: fix slowPrefixTable bugs found by fuzzingDavid Anderson1-2/+4
2023-07-24net/art: add another consistency test for insert/deleteDavid Anderson1-0/+29
2023-07-24net/art: add more exhaustive table testingDavid Anderson1-12/+705
2023-04-13net/art: disable the IPv6 100k routes benchmark.David Anderson1-1/+9
2023-04-13net/art: implement the Table type, a multi-level art route table.David Anderson1-0/+542