Problem
Processing many AsciiDoc files is slow (sequential processing).
Solution
Implement parallel processing with Asciidoctor instance pool.
- Significant speedup for projects with many files
- Thread-safe via BlockingQueue
- Automatic mode selection based on file count
- No breaking changes
TODO