hmyan90 / othello_vs_multi_level_bloom_filter

Compare the performance of Othello and Multi-Level Bloom filter on certificate revocation problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

othello_vs_multi_level_bloom_filter

The data in certificate_data directory is generated from https://github.com/hmyan90/process-certificate-revocation-data.

Compile with make, output is execuatable file test

Run with ./test certificate_data/final_revoked.json certificate_data/final_unrevoked.json to get all performance result.

About

Compare the performance of Othello and Multi-Level Bloom filter on certificate revocation problem


Languages

Language:C++ 99.6%Language:Makefile 0.4%