Skip to content

Instantly share code, notes, and snippets.

View MarcusKlik's full-sized avatar

Mark Klik MarcusKlik

View GitHub Profile
@MarcusKlik
MarcusKlik / OpenMpBenchmark.R
Last active June 12, 2017 21:29
Benchmark showing OpenMP performance on integer, logical, factor and double type columns
#####################################################################################################
# Benchmarks for integer, logical, factor and double columns. #
# Results posted at: https://github.com/fstpackage/fst/issues/62 #
# Code snipped posted at: https://gist.github.com/MarcusKlik/ae0549ad30f3d434d9fa06d62abd5180 #
#####################################################################################################
require(devtools)
require(data.table)
require(microbenchmark)