of tuple) that provides incremental decoders and encoders (a way to use stateful codecs without the stream API). Functions codecs.getincrementaldecoder() and codecs.getincrementalencoder() have been added.
Only include the decoding map if no table can be generated.
Added new support for decoding tables. Cleaned up the implementation a bit.