Commit Graph

21 Commits (ba32c317342ded29ead1fb73917872dbc7205891)

Author SHA1 Message Date
Guillem Jover 66f0c993c3 TT#69200 Rewrite setcontains() to use a hash instead of contains()
4 years ago
Guillem Jover b03a0bf2d4 TT#69200 Rerwite seteq() based off setcontains()
4 years ago
Guillem Jover c718cd53eb TT#69200 Use none() instead of comparin $mode with each value
4 years ago
Guillem Jover 8fb0dbfe65 TT#69200 Fix coding style
4 years ago
Guillem Jover 2f2137d364 TT#69200 Reduce nesting levels in array_to_map()
4 years ago
Guillem Jover 7a3537e6c1 TT#69200 Switch from C-style for loops to range ones
4 years ago
Guillem Jover 06f6b9ce68 TT#69200 Switch to an early return in arrayeq() to reduce nesting level
4 years ago
Guillem Jover 896d933f51 TT#69200 Rewrite mapeq() to not need an intermediate hash
4 years ago
Guillem Jover b7cb6a1362 TT#69200 Refactor getting the size of a hash
4 years ago
Guillem Jover 7cbe2f2867 TT#69200 Refactor getting last array index into a new sub
4 years ago
Guillem Jover 30d10503e8 TT#69200 Do not use indirect method syntax
4 years ago
Guillem Jover 84555d7c81 TT#69200 Fix mapeq() to match correctly according to caseinsensitive argument
4 years ago
Guillem Jover da808b4299 TT#69200 Reimplement itemcount() based on grep()
4 years ago
Guillem Jover 2dc0f2b00e TT#69200 Remove unused variable in arrayeq()
4 years ago
Guillem Jover 4b7aa09f60 TT#69200 Reimplement removeduplicates() based of List::Util's uniq
4 years ago
Guillem Jover 6a65cfb3c2 TT#69200 Reimplement contains() based on List::Util's any()
4 years ago
Guillem Jover e5d02c6a35 TT#69200 Use reverse in reversearray() instead of an ad-hoc implementation
4 years ago
Guillem Jover d1acdf2620 TT#69200 Pass the entire list to push in mergearrays()
4 years ago
Guillem Jover bee151585a TT#53701 Remove executable bit from perl module files
7 years ago
Rene Krenn 8a09b9ab48 TT#37115 normalize line endings
8 years ago
Rene Krenn 52d66ca0de MT#18663 MT#20893 row bulk processing framework WIP #5
10 years ago