diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-10-05 21:04:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-10-05 21:09:51 +0200 |
commit | d386bd79dd918d72aa89eb8a077714e5a3d0242a (patch) | |
tree | 3dff1ff1db6fa839673eb0367010308cb5942cf6 /t/00-compile-pm.t | |
parent | ea1386e96db3e4061b3b1b054e52d9683d741569 (diff) |
IRIS: Decrease execution time at the cost of slightly higher memory use
The first { $_->raw_id eq $id } @{ $self->{results} } calls effectively
handle the results as a linked list, while in both cases only a single
element (with a unique ID, too) is looked up. A hashmap makes this about
30% faster (580ms total -> 490ms total)
Diffstat (limited to 't/00-compile-pm.t')
0 files changed, 0 insertions, 0 deletions