(no title)
jhallenworld | 1 month ago
https://github.com/nklabs/libnklabs/blob/main/src/nkprintf_f... https://github.com/nklabs/libnklabs/blob/main/src/nkstrtod.c https://github.com/nklabs/libnklabs/blob/main/src/nkdectab.c
nkprintf_fp.c+nkdectab.c: 2494 bytes
schubfach.cc: 10K bytes.. the code is small, but there is a giant table of numbers. Also this is just dtoa, not a full printf formatter.
OTOH, the old code is not round-trip accurate.
Russ Cox should make a C version of his code..
nigeltao|1 month ago
https://github.com/rsc/fpfmt/blob/main/bench/uscalec/ftoa.c
vitaut|1 month ago
thomasmg|1 month ago
[1] https://github.com/thomasmueller/bau-lang/blob/main/src/test...
vitaut|1 month ago