Introduce gold sequence cache
gold sequences are precomputed because the generation function is slow. but we store numerous unused sequences and we reset the same sequence buffer very often (in UE at least), that kills the principle of storing pre-computed sequence
this MR make a generic gold sequences cache, for all signals, in a much simpler, faster, smaller code
Edited by Robert Schmidt