go-collections
go-collections copied to clipboard
optimize allocations on methods that remove elements from slices
Methods such as Pop, Delete, etc... should be optimized to avoid memory leaks. See slice tricks.