Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chrislain
Datahike
Commits
94656e81
Commit
94656e81
authored
May 17, 2021
by
Chrislain Razafimahefa
Browse files
CR updates.
parent
3880e762
Changes
2
Hide whitespace changes
Inline
Side-by-side
reports/20210517.html
0 → 100644
View file @
94656e81
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<title>
Weekly Report 2021-19
</title>
<meta
name=
"author"
content=
"lambdaforge"
/>
<style
type=
"text/css"
>
.underline
{
text-decoration
:
underline
;
}
</style>
<link
rel=
"stylesheet"
href=
"/Users/chrislain/.emacs.d/.local/straight/build-27.2/revealjs/dist/reveal.css"
/>
<link
rel=
"stylesheet"
href=
"/Users/chrislain/.emacs.d/.local/straight/build-27.2/revealjs/dist/theme/black.css"
id=
"theme"
/>
<link
rel=
"stylesheet"
href=
"https://lambdaforge.io/assets/css/slides.css"
/>
</head>
<body>
<div
class=
"reveal"
>
<div
class=
"slides"
>
<section
id=
"sec-title-slide"
>
<h1
class=
"title"
>
Weekly Report 2021-19
</h1><h2
class=
"author"
>
lambdaforge
</h2><h2
class=
"date"
>
2021-05-17
</h2>
</section>
<section>
<section
id=
"slide-1"
data-background=
"https://lambdaforge.io/assets/images/lambdaforge.svg"
data-background-size=
"4em"
data-background-position=
"top left"
>
<h2
id=
"1"
><span
class=
"section-number-2"
>
1
</span>
Datahike Release 0.3.7 Preparation
</h2>
<ul>
<li>
Need to investigate performance regression due to :avet upsert fix
</li>
</ul>
</section>
</section>
<section>
<section
id=
"slide-2"
data-background=
"https://lambdaforge.io/assets/images/lambdaforge.svg"
data-background-size=
"4em"
data-background-position=
"top left"
>
<h2
id=
"2"
><span
class=
"section-number-2"
>
2
</span>
Reading Group
</h2>
<ul>
<li>
`Seminaïve Evaluation for a Higher-Order Functional Language`
<ul>
<li>
Extends Datalog with high-order functions, types and first class relations
</li>
</ul></li>
</ul>
</section>
</section>
<section>
<section
id=
"slide-3"
data-background=
"https://lambdaforge.io/assets/images/lambdaforge.svg"
data-background-size=
"4em"
data-background-position=
"top left"
>
<h2
id=
"3"
><span
class=
"section-number-2"
>
3
</span>
Datahike Performance
</h2>
<div
class=
"outline-text-2"
id=
"text-3"
>
</div>
</section>
</section>
<section>
<section
id=
"slide-3-1"
data-background=
"https://lambdaforge.io/assets/images/lambdaforge.svg"
data-background-size=
"4em"
data-background-position=
"top left"
>
<h3
id=
"3-1"
><span
class=
"section-number-3"
>
3.1
</span>
Clause reordering
</h3>
<ul>
<li>
`Automatic Reordering for Dataflow Safety of Datalog`
</li>
</ul>
</section>
</section>
</div>
</div>
<script
src=
"/Users/chrislain/.emacs.d/.local/straight/build-27.2/revealjs/dist/reveal.js"
></script>
<script
src=
"/Users/chrislain/.emacs.d/.local/straight/build-27.2/revealjs/plugin/markdown/markdown.js"
></script>
<script
src=
"/Users/chrislain/.emacs.d/.local/straight/build-27.2/revealjs/plugin/notes/notes.js"
></script>
<script
src=
"/Users/chrislain/.emacs.d/.local/straight/build-27.2/revealjs/plugin/search/search.js"
></script>
<script
src=
"/Users/chrislain/.emacs.d/.local/straight/build-27.2/revealjs/plugin/zoom/zoom.js"
></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal
.
initialize
({
controls
:
true
,
progress
:
true
,
history
:
false
,
center
:
true
,
slideNumber
:
'
c
'
,
rollingLinks
:
false
,
keyboard
:
true
,
mouseWheel
:
false
,
fragmentInURL
:
false
,
hashOneBasedIndex
:
false
,
pdfSeparateFragments
:
true
,
overview
:
true
,
transition
:
'
convex
'
,
transitionSpeed
:
'
default
'
,
// Plugins with reveal.js 4.x
plugins
:
[
RevealMarkdown
,
RevealNotes
,
RevealSearch
,
RevealZoom
],
// Optional libraries used to extend reveal.js
dependencies
:
[
]
});
</script>
</body>
</html>
reports/20210517.org
View file @
94656e81
...
...
@@ -4,7 +4,7 @@
#+AUTHOR: lambdaforge
#+Date: 2021-05-
0
7
#+Date: 2021-05-
1
7
#+REVEAL_THEME: black
...
...
@@ -14,8 +14,6 @@
#+OPTIONS: toc:nil timestamp:nil
#+REVEAL_ROOT: file:///home/konrad/.revealjs
#+REVEAL_INIT_OPTIONS: history:true, center:true, progress:true, slideNumber:true, slideNumber:'c/t', hlevel: 2
#+REVEAL_EXTRA_CSS: https://lambdaforge.io/assets/css/slides.css
...
...
@@ -27,3 +25,20 @@
#+REVEAL_DEFAULT_SLIDE_BACKGROUND_POSITION: top left
* Datahike Release 0.3.7 Preparation
- Need to investigate performance regression due to :avet upsert fix
* Reading Group
- `Seminaïve Evaluation for a Higher-Order Functional Language`
+ Extends Datalog with high-order functions, types and first class relations
* Datahike Performance
** Clause reordering
- `Automatic Reordering for Dataflow Safety of Datalog`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment