Commit Graph

4 Commits

Author SHA1 Message Date
c73fb2ed03 Fix memory leak in demo, document arena allocator usage 2026-01-19 12:11:45 +05:30
d48bc3dedd Fix installation instructions with correct git server URL 2026-01-18 19:58:22 +05:30
fe62677a93 Rename test-bench to bench-2, update README with benchmark docs 2026-01-18 00:51:31 +05:30
458de03c02 Add README and simplify ViewEngine API
- ViewEngine.init() no longer requires allocator
- render() and renderTpl() accept allocator parameter
- Remove deinit() - no resources to clean up
- Remove unused parse/renderDoc methods
- Add memory management guidance to runtime.zig
- Clean up unused imports and options
2026-01-18 00:05:16 +05:30