You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StratumJobInfo need refacto, this struct will be big will new algorithm and all variable will not used.
The process copy all variable whatever alforithm is computing.
StratumJobInfo need refacto, this struct will be big will new algorithm and all variable will not used.
The process
copy
all variable whatever alforithm is computing.variable for
sha256
will not use during computeprogpow
.We need new pattern for it.
Solutions ?
1)
Add
std::optional
for all variable expect common variable.Implemente inheritance, but this I will create a lot of
cast
.Using
component
, examplestd::unordered_map<uint32_t, Component>
.The text was updated successfully, but these errors were encountered: