No description
Find a file
Eric aacf2324c7 improve decode time
atob() has been replaced with a lookup table, removing previous
conditionals and function calls necessary to decode.
2025-05-29 16:02:45 +02:00
.gitignore first commit 2025-05-26 00:06:22 +02:00
encode.c improve decode time 2025-05-29 16:02:45 +02:00
encode.h improve decode time 2025-05-29 16:02:45 +02:00
input.c remove getsxts for better function readb 2025-05-29 13:48:49 +02:00
input.h remove getsxts for better function readb 2025-05-29 13:48:49 +02:00
main.c improve decode time 2025-05-29 16:02:45 +02:00
Makefile repair Makefile to include -g in CFLAGS again 2025-05-28 20:33:16 +02:00
output.c improve printw to write faster 2025-05-29 00:51:00 +02:00
output.h change header macro names to be more idiomatic 2025-05-27 15:14:55 +02:00