Will looping in C# faster than looping using actions in template?

Cyrix

Client
Регистрация
16.12.2011
Сообщения
390
Благодарностей
11
Баллы
18
I am building a looping operation for a list. For example, to delete some lines and add some random strings to some other lines.

Is it faster to run everything in C# or use action and a counter in the template?
How about memory usage?

Thanks.
 

qzen4i

Client
Регистрация
01.05.2014
Сообщения
1 404
Благодарностей
313
Баллы
83
I am building a looping operation for a list. For example, to delete some lines and add some random strings to some other lines.

Is it faster to run everything in C# or use action and a counter in the template?
How about memory usage?

Thanks.
yeap it will be much faster then with cube. (for me)
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
I dont really think that difference will be noticable
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)