<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>data.table on Firas Sadiyah</title>
    <link>https://firas.io/tags/data.table/</link>
    <description>Recent content in data.table on Firas Sadiyah</description>
    <image>
      <title>Firas Sadiyah</title>
      <url>https://firas.io/favicon.png</url>
      <link>https://firas.io/favicon.png</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 26 Apr 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://firas.io/tags/data.table/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using data.table with OpenMP support</title>
      <link>https://firas.io/posts/data_table_openmp/</link>
      <pubDate>Mon, 26 Apr 2021 00:00:00 +0000</pubDate>
      <guid>https://firas.io/posts/data_table_openmp/</guid>
      <description>If you are facing difficulties with large data sets in R, using data.table could provide a performance boost. However, when loading data.table, especially on macOS, you might encounter a warning indicating the absence of OpenMP support, causing data.table to operate in a single-threaded mode. This limitation prevents you from fully utilizing the potential benefits of using data.table and taking advantage of the underlying hardware.
1library(data.table) 2data.table 1.14.0 using 1 threads (see ?</description>
    </item>
  </channel>
</rss>
