compressed hash and displace method added

This commit is contained in:
fc_botelho
2009-03-18 19:40:23 +00:00
parent 83ce8f171a
commit 79d250d152
15 changed files with 1108 additions and 40 deletions

View File

@@ -164,14 +164,13 @@ int main(int argc, char **argv)
}
source->dispose(source->data, buf, buflen);
}
free(packed_mphf);
cmph_destroy(mphf);
cmph_destroy(mphf);
free(hashtable);
fclose(keys_fd);
free(mphf_file);
cmph_io_nlfile_adapter_destroy(source);
cmph_io_nlfile_adapter_destroy(source);
return ret;
}