Skip to main content

Module tac

Module tac 

Source

Functionsยง

tac_bytes
Reverse records separated by a single byte. Uses single forward SIMD pass to find separators, then builds reversed output.
tac_regex_separator
Reverse records using a regex separator.
tac_string_separator
Reverse records using a multi-byte string separator. Uses chunk-based forward SIMD-accelerated memmem + IoSlice zero-copy output.