You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/util/set
Joe Tsai 0de5e7b94f
util/set: add IntSet (#16602)
IntSet is a set optimized for integers.

Updates tailscale/corp#29809

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
4 months ago
..
handle.go util/set: add some useful utility functions for Set (#9535) 2 years ago
intset.go util/set: add IntSet (#16602) 4 months ago
intset_test.go util/set: add IntSet (#16602) 4 months ago
set.go util/set: add Of variant of SetOf that takes variadic parameter 2 years ago
set_test.go util/set: add Of variant of SetOf that takes variadic parameter 2 years ago
slice.go all: use iterators over slice views more 1 year ago
slice_test.go util/set: move Slice type from corp to oss 3 years ago
smallset.go util/set: add SmallSet.SoleElement, fix bug, add more tests 6 months ago
smallset_test.go util/set: add SmallSet.SoleElement, fix bug, add more tests 6 months ago