rust-performance
Write high-performance, computational Rust code that parallelizes well and allocates memory efficiently. Use when writing performance-critical Rust code, optimizing existing Rust code for speed or memory, implementing parallel/concurrent algorithms, working with SIMD, or when the user mentions performance, optimization, allocation, or parallelism in a Rust context. Covers build configuration, profiling, memory allocation patterns, parallelism with rayon/crossbeam, and micro-optimization techniques.
Installation and usage
Write high-performance, computational Rust code that parallelizes well and allocates memory efficiently. Use when writing performance-critical Rust code, optimizing existing Rust code for speed or memory, implementing parallel/concurrent algorithms, working with SIMD, or when the user mentions performance, optimization, allocation, or parallelism in a Rust context. Covers build configuration, profiling, memory allocation patterns, parallelism with rayon/crossbeam, and micro-optimization techniques.
انسٹال کرنے کے بعد، آپ یہ اسکل ٹرمینل میں درج ذیل کمانڈ چلا کر استعمال کر سکتے ہیں:
skills use rust-performance