diff options
author | Eduardo Julian | 2020-10-12 01:04:47 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-10-12 01:04:47 -0400 |
commit | 5b222d040ee361dd4022e88488a6bcef3ca40a71 (patch) | |
tree | 5506748e0aeaeead13ef40e0be2932f5c5c6a3ab /documentation/research | |
parent | befa21cea76282f8cd3509e0a7da1bdffd353101 (diff) |
Tweaked how I64 masks are made.
Diffstat (limited to 'documentation/research')
-rw-r--r-- | documentation/research/Testing.md | 4 | ||||
-rw-r--r-- | documentation/research/database.md | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/documentation/research/Testing.md b/documentation/research/Testing.md index baaf83fa4..6d6e57f1a 100644 --- a/documentation/research/Testing.md +++ b/documentation/research/Testing.md @@ -1,3 +1,7 @@ +# Symbolic + +1. [Crux](https://crux.galois.com/) + # White box 1. [Ricardo Peña - White-Box Path Generation in Recursive Programs - Lambda Days 2020](https://www.youtube.com/watch?v=7RXJhPaQCkc) diff --git a/documentation/research/database.md b/documentation/research/database.md index c8b641bae..c51c603aa 100644 --- a/documentation/research/database.md +++ b/documentation/research/database.md @@ -15,6 +15,7 @@ # Query +1. [A Short Story About SQL’s Biggest Rival](https://www.holistics.io/blog/quel-vs-sql/) 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/ |