compressed hash and displace method added

This commit is contained in:
fc_botelho
2009-03-18 19:40:23 +00:00
parent 25d9cc9f21
commit c23b2ae173
13 changed files with 1096 additions and 36 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;
}