Search Results: memory-optimization

Found 43 Skills

Backend Developmentwshaddix/dotnet-skills

dotnet-performance-patterns

Optimizing .NET allocations/throughput. Span, ArrayPool, ref struct, sealed, stackalloc.

🇺🇸|EnglishTranslated
6
AI & Machine Learningmindrally/skills

deep-learning

Comprehensive deep learning guidelines for neural network development, training, and optimization.

🇺🇸|EnglishTranslated
5
AI & Machine Learningorchestra-research/ai-res...

quantizing-models-bitsandbytes

Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.

🇺🇸|EnglishTranslated
5
Code Qualityjamals86/kalamdb

rust-skills

Comprehensive Rust coding guidelines with 179 rules across 14 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, error handling, async patterns, API design, memory optimization, performance, testing, and common anti-patterns. Invoke with /rust-skills.

🇺🇸|EnglishTranslated
4
Mobile Developmentrshankras/claude-code-app...

swift-development

Swift language patterns and best practices including concurrency, performance, and modern idioms. Use for Swift language-level code review or architecture guidance.

🇺🇸|EnglishTranslated
4
Data Processingsnakeo/claude-debug-and-r...

refactor:pandas

Refactor Pandas code to improve maintainability, readability, and performance. Identifies and fixes loops/.iterrows() that should be vectorized, overuse of .apply() where vectorized alternatives exist, chained indexing patterns, inplace=True usage, inefficient dtypes, missing method chaining opportunities, complex filters, merge operations without validation, and SettingWithCopyWarning patterns. Applies Pandas 2.0+ features including PyArrow backend, Copy-on-Write, vectorized operations, method chaining, .query()/.eval(), optimized dtypes, and pipeline patterns.

🇺🇸|EnglishTranslated
2
Backend Developmentjpcaparas/superpowers-lar...

laravel:data-chunking-large-datasets

Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance

🇺🇸|EnglishTranslated
1