[Bug 275661] /usr/bin/dc really slow with a trivial calculation

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 10 Dec 2023 21:01:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275661

--- Comment #3 from Dennis Clarke <dclarke@blastwave.org> ---

Indeed it look like /usr/bin/dc is doing something ... slowly :

pluto$ bin/tn -f ; echo "16k 1.0000001 2 26^ ^ pq" | dc ; bin/tn -f
1702174885.863497199
821.2980401419965396
1702189165.176900562

pluto$ echo '16k 1702189165.1769 1702174885.8635 - pq' | dc
14279.3134

Just under 4 hours.

-- 
You are receiving this mail because:
You are the assignee for the bug.