deque
40c7d6d
PrependItem used append([]util.Model{item}, m.allItems...) which creates a new slice and copies all existing elements, resulting in O(n) memory allocation for large lists
Raphael Amorim created
40c7d6d
PrependItem used append([]util.Model{item}, m.allItems...) which creates a new slice and copies all existing elements, resulting in O(n) memory allocation for large lists
Raphael Amorim created
f4ea08b
wip
Raphael Amorim created
d434ef2
wip
Kujtim Hoxha created