go-collections icon indicating copy to clipboard operation
go-collections copied to clipboard

optimize allocations on methods that remove elements from slices

Open thefuga opened this issue 1 year ago • 0 comments

Methods such as Pop, Delete, etc... should be optimized to avoid memory leaks. See slice tricks.

thefuga avatar Jul 27 '22 21:07 thefuga