X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fhfta%2Fhash_table.h;h=e82940cc66f6e7472ff8c250fd5a2cb62fa72374;hb=804ea15b01566ac0de58781ca61870b4824d0e02;hp=f5b1afe1a43edaf9b9f345ce255088f1048b1a1c;hpb=c9783d8ea8b85d810483559e50dbf2297109e349;p=com%2Fgs-lite.git diff --git a/include/hfta/hash_table.h b/include/hfta/hash_table.h index f5b1afe..e82940c 100644 --- a/include/hfta/hash_table.h +++ b/include/hfta/hash_table.h @@ -119,7 +119,7 @@ private: public: - hash_table(const size_t n_buckets = 131072, const double load = 0.5) { + hash_table(const size_t n_buckets = 65536, const double load = 0.5) { load_factor = load; int nb; for(nb=2;nb