FCS: generation on the fly is all well and good, except that
1) it adds calculation cycles to every line read... loads of them.
2) they need to be internally stored anyway if it's going to be looked for.
3) the current methods (space delimited text being most common) tend towards human readability. anything not stored is not human readable...
1) it adds calculation cycles to every line read... loads of them.
2) they need to be internally stored anyway if it's going to be looked for.
3) the current methods (space delimited text being most common) tend towards human readability. anything not stored is not human readable...