diff options
author | Eduardo Julian | 2020-10-09 01:16:47 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-10-09 01:16:47 -0400 |
commit | bae39f32cddb816a6123697269c20dbf4a65ac19 (patch) | |
tree | d9ee53073ebe0d83e29dbd24e0dda8d5dd95dc47 /documentation | |
parent | 79aa92dfd81d569fe6120b8e5c00d41528801153 (diff) |
Also using BIPUSH and SIPUSH during JVM generation.
Diffstat (limited to '')
-rw-r--r-- | documentation/research/database.md | 2 | ||||
-rw-r--r-- | documentation/research/math.md | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/documentation/research/database.md b/documentation/research/database.md index 0c6a9f78e..c8b641bae 100644 --- a/documentation/research/database.md +++ b/documentation/research/database.md @@ -15,6 +15,8 @@ # Query +1. https://calcite.apache.org/ +1. https://juxt.pro/blog/crux-sql 1. https://www.influxdata.com/blog/why-were-building-flux-a-new-data-scripting-and-query-language/ 1. https://crate.io/a/lab-notes-how-we-made-joins-23-thousand-times-faster-part-two/ 1. GC: A Graph Caching System for Subgraph/Supergraph Queries diff --git a/documentation/research/math.md b/documentation/research/math.md index 9825cd8d6..a9fc8c7af 100644 --- a/documentation/research/math.md +++ b/documentation/research/math.md @@ -170,6 +170,7 @@ # Geometric Algebra | Clifford Algebra +1. [Differential geometric algebra foundations: Grassmann.jl Ascend](https://www.youtube.com/watch?v=7hlDRLEhc8o&feature=youtu.be) 1. [Projective Geometric Algebra Done Right](http://terathon.com/blog/projective-geometric-algebra-done-right/) 1. [Siggraph2019 Geometric Algebra](https://www.youtube.com/watch?v=tX4H_ctggYo) 1. [Introduction to Clifford Algebra](https://www.av8n.com/physics/clifford-intro.htm) |