Rewrite SyndromeDecoder and NearestNeighbor

Issue #67 new
Johan Rosenkilde created an issue

The Syndrome decoder should cache the built coset leader table.

NearestNeighbor doesn't need to keep the entire list of codeword differences in memory.

The decoders also do some strange input/output conversion (casting from list, and setting immutable). This should be removed for consistency.

Comments (2)

  1. Log in to comment