-
Consider the following model:
```clojure
(entity :Acme/Department
{:Name :Kernel/String})
(entity :Acme/Employee
{:FirstName :Kernel/String
:LastName :Kernel/String
:Dept {:ref :Acme/…
-
- [ ] Hadoop graphbuild
- [x] hyracks graphbuild
- [x] pathmerge
- [ ] bubble merge
- [ ] scaffolding
@anbangx to help.
-
## Issue
While investigating 0xPolygonMiden/compiler#317, I discovered via flamegraph analysis that up to 30% of program runtime was being spent just `drop`ing vectors used to store decorators.
…
-
Lisps are a very unique language. It is one of the only languages that is homoiconic, and this feature, combined with its S-Expressions and macro abilities let you do some pretty neat things with it.
…
-
We need some pass to optimize the memory access automatically. Examples:
* Pack multiple low bitwidth IO ports into a single IO port to better utilize the BW
* Automatic binding IO port with memory …
-
I started learning about delta queries and was hoping @frankmcsherry or someone else from the team could help to clarify a few questions.
### Meta
- What is the status of this feature? It appear…
-
We originally did not allow this for simplicity, but there a number of applications where this would be very convenient.
A motivating example: a "dagger" box that contains a unitary subgraph and m…
-
I am still in the process of figuring out where my program spends time. The `concatenate` operator (#169) eliminated the most obvious source of wasted cycles, and now I am left with a CPU profile that…
-
currently javelin checks if a value is `=` before propagating it and this is hardcoded.
the rationale is that we can save more CPU "downstream" in the graph than we spend calculating the equality o…
-
i am very uncertain when it comes to thinking about the structure of onboarding/beginner-courses. one reason is because there are many different formats:
- two hour free intro workshops we run bi-wee…
joreg updated
4 years ago