diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-19 15:57:06 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-19 15:57:06 -0400 |
| commit | d4bde89b5c0293312a6922dc8e801b7810eab50b (patch) | |
| tree | 0b492f58c1bc4eb0585af4556220af047f96acce /README.md | |
| parent | 61f9cfa12c544cc671e1f8f683077295965ddbea (diff) | |
Document functions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
