From 40c6172deb631ca94dacbd39182d9def382b0585 Mon Sep 17 00:00:00 2001 From: Mario Wenzel <maweki@gmail.com> Date: Thu, 26 Sep 2019 09:55:21 +0200 Subject: [PATCH] www: publication list --- www/index/intro.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/index/intro.md b/www/index/intro.md index 7fd902a..f54e14b 100644 --- a/www/index/intro.md +++ b/www/index/intro.md @@ -13,6 +13,10 @@ We define some problems in a declarative way. We are interested in how different A problem is a mapping from input to output. Where applicable we map from input to size of output in order to skip measuring the time it takes to write to standard output or a file. A problem has one or more instances (input data) that can be solved using the same program or solver. +# Publications + +* Performance Analysis and Comparison of Deductive Systems and SQL Databases - Stefan Brass, Mario Wenzel [(Datalog 2.0 2019, 3rd International Workshop on the Resurgence of Datalog in Academia and Industry)](http://ceur-ws.org/Vol-2368/) <span class="reflinks">[dblp](https://dblp.uni-trier.de/rec/html/conf/datalog/BrassW19) [bibtex](bibtex/BrassW19.bib)</span> + # Source code * git repository: [https://gitlab.informatik.uni-halle.de/brass/rbench.git](https://gitlab.informatik.uni-halle.de/brass/rbench.git) -- GitLab