Summary: ^^ this is a sample config to be used: ``` { "num_workers": 1, "cards_per_worker": 10001, "pos_per_worker": 10001, "fraud_probability": 0.01, "hop_probability": 0.05, "cleanup": { "check_interval_sec": 10, "tx_hi": 150000, "tx_lo": 100000 }, "analytic": { "query_interval_ms": 500, "pos_limit": 10 } } ``` I also added `RWLock` --- a wrapper around `pthread_rwlock` Reviewers: mferencevic, mculinovic, florijan, teon.banek Reviewed By: florijan Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1280
Reviewers: mculinovic, mferencevic Reviewed By: mferencevic Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D1266
Reviewers: buda, mculinovic, mferencevic Reviewed By: mculinovic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1143
Reviewers: florijan, buda Reviewed By: florijan Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D823
Summary: - modified all utils/algorithm functions to be inline and in the utils namespace Reviewers: teon.banek Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D830
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D815
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D799