Skip to content

Commit 6cf8a3e

Browse files
fglockDevin
andcommitted
Update FAQ: remove speed promise, add ExifTool docs link
- Remove statement implying PerlOnJava should be faster than Perl - Add link to ExifTool -stay_open documentation Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <noreply@cognition.ai>
1 parent 368e7c6 commit 6cf8a3e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/faq/compile-once-run-many.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,9 @@ for (String image : images) {
160160
}
161161
```
162162

163-
If you're seeing comparable speed to command-line execution, there might be something else going on - the module approach should be significantly faster because there's no process startup overhead.
164-
165163
### Option 2: ExifTool's `-stay_open` Mode
166164

167-
If you prefer working with command lines, ExifTool has a built-in daemon mode designed for batch processing:
165+
If you prefer working with command lines, ExifTool has a built-in daemon mode designed for batch processing. See the [ExifTool documentation for -stay_open](https://exiftool.org/exiftool_pod.html#stay_open).
168166

169167
```bash
170168
exiftool -stay_open True -@ commands.txt

0 commit comments

Comments
 (0)