seq: omit unnecessary malloc for upper bound
commit96e101d03f8c9ce76b8c52be3f22f978912e4f84
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 8 Nov 2024 20:28:27 +0000 (8 12:28 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Nov 2024 07:41:18 +0000 (8 23:41 -0800)
tree7493dde8efd5ad155550d100490070983230fa2c
parent59bfd5b53dd03592c1a9535cd6bf5b282ec53ce7
seq: omit unnecessary malloc for upper bound

* src/seq.c (seq_fast): Speed up test for "inf".
Do not allocate and free a copy of B, as it is fine as-is.
src/seq.c