summaryrefslogtreecommitdiffstats
path: root/content/zettel/3a8g5h4.md
blob: 9e044b8fa91503557c1f5ba5eb96bed815cdf05e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.