You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ This repository is in **closure and hardening mode** (archive-ready for low-freq
11
11
-**Memory safety**: prefer RAII, smart pointers, avoid raw `new/delete`
12
12
-**Performance**: always measure with benchmarks before claiming improvement
13
13
-**Concurrency**: use `std::atomic` with explicit memory ordering
14
+
-**Header-only design**: all library code in `include/hpc/` and `examples/*/include/` is header-only. Platform-specific code (Windows/POSIX, compiler intrinsics) is hidden behind preprocessor conditionals within headers. This design choice prioritizes ease of integration over compilation speed.
0 commit comments