coreutils/tests
Andrew Liebenow 846cf06272 basenc: perform faster, streaming encoding
Improve the performance, both in memory and time, of the encoding
performed by the basenc (except in --z85 mode), base32, and base64
programs.

These programs now perform encoding in a buffered/streaming manner,
so encoding is not constrained by the amount of available memory.
2024-09-20 14:34:18 -05:00
..
benches/factor use num_prime for factorisation to fix gnu test 2024-04-21 11:24:25 +02:00
by-util basenc: perform faster, streaming encoding 2024-09-20 14:34:18 -05:00
common tests: do not elide named lifetimes 2024-09-06 01:00:41 +02:00
fixtures tests: enable tests for uptime on OpenBSD 2024-06-30 16:17:04 +02:00
test_util_name.rs tests: fix some clippy warnings 2024-05-25 09:06:16 +02:00
tests.rs relpath: remove 2023-10-04 16:13:06 +02:00