voddan
06/03/2017, 3:17 PM+ on Iterable is not it since it returns a listmg6maciej
06/04/2017, 1:15 PMList is Iterable, so what's the problem with using + and treating result as Iterable?voddan
06/04/2017, 1:58 PMmg6maciej
06/04/2017, 2:04 PMvoddan
06/04/2017, 2:31 PMl1 + l2 + l3 + l4 + l5 you allocate N^2 with lists. You may actually notice that 😉mg6maciej
06/04/2017, 8:32 PM