-
I want to know that how to use the self-profiler API in the ddlog program.(And I don't know how to use the function introduced in profiler.md such as 'arrangement_size_profile'). Or is there any examp…
-
Hi, example is out date http://deepdive.stanford.edu/example-spouse
I tried by below steps
```
root@2f46265d3bfb:/data/deepdive/examples/spouse# input/articles.tsj.sh
ERROR: Missing /data/deep…
-
The following program:
```
function f(): string { "mystring" }
output relation X(x: string)
X("${f}").
```
yields this output:
```
X:
X{.x = ""}: +1
```
Of course, what I meant was:…
-
It would be nice to have some form of "assert".
Also, the ability to run DDlog programs without the cli.
-
When a program has initial state within it, primary keys are not propagated to the indexed value map, causing errors when trying to manipulate those values by key
-
Otherwise it's impossible to use an environment variable to describe the ddlog library path.
-
I am conducting an analysis on the memory profile and time profile of ddlog, and I noticed a link to the profiler help in the wiki: https://github.com/vmware/differential-datalog/wiki/Profiler-Help
B…
-
Two main things to decide on: the types available in our language and our type checking approach.
For types, maybe:
- `String`
- `VecString` or just Vec if we do not anticipate Vec\ being needed.…
-
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_DDLog", referenced from:
objc-class-ref in libNine00SecondsSDK.a(libNine00SecondsSDK.a-i386-master.o)
ld: symbol(s) not found for archit…
-
I wrote the following script today that is a simpler way to build nerpa and its dependencies than by using the rather elaborate, distro-specific, and (in my experience) error-prone way using jafingerh…