summaryrefslogtreecommitdiff
path: root/architecture
diff options
context:
space:
mode:
Diffstat (limited to 'architecture')
-rw-r--r--architecture/data.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture/data.mdwn b/architecture/data.mdwn
index fa83ca9..ce951e0 100644
--- a/architecture/data.mdwn
+++ b/architecture/data.mdwn
@@ -1,6 +1,6 @@
Data model!
-Dynamic data lookup should opportunisticly cache any associated cheap data. For instance, there are three data from stat(/srv/git/$reponame.git), so looking up one should grab the others. /etc/password parsing would be similar.
+Dynamic data lookup should opportunisticly cache any associated cheap data. For instance, there are three data from stat(/srv/git/$reponame.git), so looking up one should grab the others. Jules points out that everything here is inherently cached, and I should be using getpw*() for passwd parsing.
[[!table format=dsv delimiter=# data="""
datum #stored location #constraint