summaryrefslogtreecommitdiffstats
path: root/content/zettel/3a8g5h4.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/3a8g5h4.md')
-rw-r--r--content/zettel/3a8g5h4.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/content/zettel/3a8g5h4.md b/content/zettel/3a8g5h4.md
new file mode 100644
index 0000000..9e044b8
--- /dev/null
+++ b/content/zettel/3a8g5h4.md
@@ -0,0 +1,15 @@
++++
+title = "Fourth possible solution: Ordering of predicates"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3a8g5h3"]
+forwardlinks = ["3a8g5h5"]
+zettelid = "3a8g5h4"
++++
+
+Finally, the fourth solution could be to have lazy evaluation of the
+expressions, and order the predicates so that the more general property
+comes first, followed by the more specific properties. However, the main
+problem with this is that we don't really know which predicate came from
+which node, and what the order should be for those predicates.