From b034ed89a8b422dd09538f832836c2dd1586a0cf Mon Sep 17 00:00:00 2001 From: Kamila Szewczyk Date: Thu, 17 Oct 2024 02:53:16 +0200 Subject: [PATCH] ensure that -i3 pads to full block size otherwise we lose the nominal burst error correction capability. if a feature to remove the padding existed, it'd probably be based on shortenings to RS codes (i.e. we know exactly which values must be zero judging just from the block length, so they don't count towards the errors, allowing us to get better parity to data ratio) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0844dda..c01805c 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,6 @@ A rough outline of some development-related topics below. ## Roadmap -High priority: -- Should probably not pad to the full interlacing block size. - Low priority: - Speed up trans2D/trans3D in jmode.c (might need native code).