diff options
author | Bruno Haible <bruno@clisp.org> | 2018-12-11 20:43:22 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2018-12-11 20:43:22 +0100 |
commit | 353348a7e26212d596c846461cef49670b8b225d (patch) | |
tree | 1191318553829056410ed5b99092efd243b553c3 /ChangeLog | |
parent | 83a66dd9c601577164c4f24a324d0b9cf40c8456 (diff) | |
download | gnulib-353348a7e26212d596c846461cef49670b8b225d.tar.gz |
array-set: Optimize.
* lib/gl_array_set.c (gl_array_search, gl_array_remove): Test equals_fn
outside the loop, not inside the loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2018-12-11 Bruno Haible <bruno@clisp.org> + array-set: Optimize. + * lib/gl_array_set.c (gl_array_search, gl_array_remove): Test equals_fn + outside the loop, not inside the loop. + +2018-12-11 Bruno Haible <bruno@clisp.org> + times: Fix tests. * tests/test-times.c (doublecmp): Implement a total order. |