add streaming reads & automatic re-reading of files to ascii reader.

completely untested, but compiles & old tests still work
This commit is contained in:
Bernhard Amann 2012-02-16 15:40:07 -08:00
parent 91943c2655
commit d21a450f36
3 changed files with 57 additions and 21 deletions

View file

@ -789,13 +789,6 @@ int Manager::SendEntryTable(const ReaderFrontend* reader, const int id, const Va
InputHash *h = filter->lastDict->Lookup(idxhash);
if ( h != 0 ) {
// seen before
valhash->Hash();
h->valhash->Hash();
if ( filter->num_val_fields == 0 || h->valhash->Hash() == valhash->Hash() ) {
// ok, exact duplicate
filter->lastDict->Remove(idxhash);