1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/tests
Nicolas Boichat 560d1eb1b7 seq: Add a print_seq fast path function for integer and positive increments
A lot of custom logic, we basically do arithmetic on character
arrays, but this comes at with huge performance gains.

Unlike coreutils `seq`, we do this for all positive increments
(because why not), and we do not fall back to slow path if
the last parameter is in scientific notation.

Also, add some tests for empty separator, as that may catch
some corner cases.
2025-04-21 11:25:54 +02:00
..
benches/factor chore: manual inline formatting 2025-04-08 00:23:21 -04:00
by-util seq: Add a print_seq fast path function for integer and positive increments 2025-04-21 11:25:54 +02:00
fixtures test_env: Try to execute an empty file instead of . 2025-03-23 19:37:59 +01:00
uutests replace Error::new(ErrorKind::Other, _) as suggested by clippy 2025-04-13 04:35:38 +02:00
test_util_name.rs Merge pull request #7688 from nyurik/fmt-inline 2025-04-08 09:31:17 +02:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00