# Orcaflex File Conversion Benchmarks

> Sub-skill of orcaflex-file-conversion: Benchmarks (+1).

- Skill: `vamseeachanta/orcaflex-file-conversion-benchmarks` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/orcaflex-file-conversion-benchmarks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/orcaflex-file-conversion-benchmarks/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/orcaflex-file-conversion-benchmarks

---


# Benchmarks (+1)

## Benchmarks


- **Single file conversion**: 0.5-2 seconds per file
- **Batch processing (180 files)**: ~145 seconds with validation
- **Parallel processing (4 workers)**: ~3x faster than sequential
- **Memory usage**: ~200-500 MB per file during conversion

## Optimization Tips


1. Use parallel processing for > 10 files
2. Disable validation for trusted files
3. Process smaller files first (auto-sorted by size)
4. Limit max_workers based on available licenses

