PACT2019 Artifacts for "Fast Equivalence Relations in Datalog"
收藏Zenodo2019-07-23 更新2026-04-07 收录
下载链接:
https://zenodo.org/record/3346082
下载链接
链接失效反馈官方服务:
资源简介:
This is the official artifact for the paper "Fast Equivalence Relations in Datalog" due to be published in PACT 2019. We provide a pre-built Docker image on Dockerhub (~1GB), fetch with: <pre><code class="language-bash">sudo docker pull pnappa/pact2019_eqrel</code></pre> <strong>Alternatively</strong>, you may rebuild the Docker image from scratch (or install natively on a Debian-based system) by downloading this zip file, and following the instructions below. After downloading the artifacts.zip file to your computer, unzip it to reveal the following hierarchy: <pre><code>pact2019_eqrel_artifacts/ ├── bitcoin_same_user/ ├── Dockerfile ├── microbenchmarks/ ├── openjdk_javalang_steensgaard/ ├── README.md └── souffle_1.5.1-1_amd64.deb </code></pre> There are several options of installing - we recommend using Docker, although we provide instructions also for native installation of Debian-systems in the README.md. One can build a new Docker instance (which will take over an hour - grab a coffee!) through the command (when inside the pact2019_eqrel_artifacts directory): <pre><code class="language-bash">sudo docker build --tag=pnappa/pact2019_eqrel .</code></pre> To run & enter the container, run: <pre><code class="language-bash">sudo docker container run -it pnappa/pact2019_eqrel</code></pre> Refer to README.md for additional instructions in how to perform the experiments, and observe the findings.
提供机构:
Amazon; The University of Sydney
创建时间:
2019-07-23



