Skip to content

Commit

Permalink
final update before presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren committed May 16, 2022
1 parent 858a4db commit 04fd603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 04_faster_computation_with_cpp.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ list(m = m, s = s)


# compare speed
bench::mark(R = em_iter_r(m, s, x), Cpp = em_iter_cpp(m, s, x), check = FALSE)
bench::mark(
R = em_iter_r(m, s, x),
Cpp = em_iter_cpp(m, s, x),
check = FALSE
)
Binary file modified cbs_microdata_computing.pptx
Binary file not shown.

0 comments on commit 04fd603

Please sign in to comment.