aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-19 15:57:06 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-19 15:57:06 -0400
commitd4bde89b5c0293312a6922dc8e801b7810eab50b (patch)
tree0b492f58c1bc4eb0585af4556220af047f96acce /README.md
parent61f9cfa12c544cc671e1f8f683077295965ddbea (diff)
Document functions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d72924b..6b686410 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ language features.
### Performance
- Extremely high performance code generation with minimal overhead compared to C
- Extremely fast parallel [compilation](docs/compilation.md) times
-- Language-level support for correct function caching
+- Language-level support for correct [function caching](docs/functions.md)
- [Structs](docs/structs.md) with known-at-compile-time methods, not OOP
objects with vtable lookups