Changes between Version 1 and Version 2 of Ticket #25477, comment 70
- Timestamp:
- 06/11/18 08:44:18 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25477, comment 70
v1 v2 1 1 No, not quite. The new {{{__iter_alt__}}} is still slower for small groups (size ~ <500 elts). I still propose to use {{{___iter_alt__}}} per default, but leave the option to use the brute force iteration if desired (in case you want to loop through **many** small groups. 2 3 The issue is that if the group is really small, waiting even for a tiny information from {{{libgap}}} is slower than exploring the group directly.