No description
Find a file
Eric f0577d8ea0 decrease encode time
The functions encode and decode are now capable of processing larger
buffers with less conditional logic. Input and output functions need to
follow suit to make better use of this next. Encode without line
wrapping already makes use of these improvements, because input and
output are now entirely handled by <stdio.h> functions.
2025-05-28 23:24:05 +02:00
.gitignore first commit 2025-05-26 00:06:22 +02:00
encode.c decrease encode time 2025-05-28 23:24:05 +02:00
encode.h change header macro names to be more idiomatic 2025-05-27 15:14:55 +02:00
input.c decrease encode time 2025-05-28 23:24:05 +02:00
input.h decrease encode time 2025-05-28 23:24:05 +02:00
main.c decrease encode time 2025-05-28 23:24:05 +02:00
Makefile repair Makefile to include -g in CFLAGS again 2025-05-28 20:33:16 +02:00
output.c remove bugs related to uninitialized variables 2025-05-28 17:31:07 +02:00
output.h change header macro names to be more idiomatic 2025-05-27 15:14:55 +02:00