Cache Line Optimization

Prevent false sharing in concurrent Rust code by aligning data structures to cache-line boundaries. Critical for lock-free data structures and multi-threaded hot paths. Use when building multi-threaded code with shared atomics or lock-free structures.

maschad Updated

File contents

maschad/my-claude/tree/main/skills/cache-line-optimization commit e2e5bade17

Frequently asked questions

npx skillmds@latest add maschad/cache-line-optimization