DanBloomberg / leptonica

Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation.
Other
1.72k stars 384 forks source link

Use atomic operations for some index variables #715

Closed stweil closed 10 months ago

stweil commented 10 months ago

This makes the related functions thread safe, but calling them from different processes will still cause problems because all processes use the same filenames which are generated by using the index.

DanBloomberg commented 10 months ago

Thanks!