-
I first thought it was a JVM booting latency issue and optimized that a bit, but didn't help much (1-2 seconds saving after first launch). I just did a dumb profiling, and it shows the parser is unre…
-
I've got a very long-running program (a language server) that sees a lot of strings within its lifetime, and the current internment strategy leaks strings which leads to potentially exponential memory…
-
When I run Demo-iOS, it have error, can you help me ? thank you
I already set the Build Architecture Only = NO, and delete arm64
ld: warning: directory not found for option '-F/Users/hongfeng/Deskto…
-
# RFC: Embedding Datalog in a functional language
This RFC sketches a Datalog dialect implemented as syntactic sugar on top of a general-purpose functional language (e.g., Rust). It strives to com…
-
Our ddlog file currently has more than 1000 lines of code (without comments) and we are still planning to add more extractors and factors.
We need modules here. Not only the ability to run different …
-
String interpolation in DDlog requires inner quotation marks to be backslashed, like this:
```
"${foo(\"bar\")}"
```
Other languages tend to use a different syntax that can avoid the need for the …
-
The following binds `s` twice to different elements of the tuple inside the `match`:
```
function foo(a: string, b: string): string {
match ((a, b)) {
(s, s) -> s
}
}
```
d…
-
In ddlog, if you don't specify a table layout, arbitrary queries are being set up as views. If you later decide to "materialize" the view by writing a table definition in DDLog and recompiling, you ge…
-
Hey man, I am trying to integrate the lib on my app but the lumberjack is conflicting with react-native-background-geolocation library. I did some studies before and it worked really fine but now on t…
-
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…