Evgeny Safronov
Evgeny Safronov
# The problem We have a bit of strange code in https://github.com/yanet-platform/yanet/blob/d53654af2450a6ed7630a4f6e6a2ac16abe50d17/dataplane/dataplane.cpp#L1772 Here, we parse config file and fill the https://github.com/yanet-platform/yanet/blob/d53654af2450a6ed7630a4f6e6a2ac16abe50d17/dataplane/dataplane.h#L331 using the following pattern: ```c++ if (exist(json, "some_key")) {...
Hi again! There is the final step to take full advantage of your great library. Sometimes it is necessary to deduplicate bitsets or to build a mapping between bitsets and...