Mike Hooper wrote: > Can you give us some insight into the meaning and usage of #define > SMALL_FOOTPRINT that appears in cwrs.c? It's meant to remove faster versions of the algorithms that require a lot of extra code, using slower, but more compact, fallbacks instead.