Branches (103)

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