Improving 'container/list'

from blog Marek's idea of the day, | ↗ original
28 February 201428 February 2014 Golang ships with a linked listGolang ships with a linked list11 data structure: data structure: container/listcontainer/list.. The implementationThe implementation is great and simple but it suffers an interesting problem: adding a value to a list requires a memory... is great and simple but it suffers an interesting problem: adding a value to a list requires a memory...