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
The strata might be calculated on different cores, which might get the computation times nearly to the non-strata case.
See code line 471 of localSuppression.R, so see where parallelization might come into play.
Note that further parameters might be varied: alpha and number of keys, and benchmarking might be extended (e.g. with microbenchmark)
The text was updated successfully, but these errors were encountered:
Maartje Boer mentioned to speed up kAnon by parallelization.
Here is a simple code that shows that parallelization of kAnon would be beneficial regarding stratification.
The strata might be calculated on different cores, which might get the computation times nearly to the non-strata case.
See code line 471 of
localSuppression.R
, so see where parallelization might come into play.Note that further parameters might be varied: alpha and number of keys, and benchmarking might be extended (e.g. with microbenchmark)
The text was updated successfully, but these errors were encountered: