pysnippet/thumbnails

Improve the worker performance

Closed this issue · 0 comments

  • Separate the I/O bound tasks to execute in separate threads.
  • Leave CPU-bound ones to the multiprocessing pool.
    PR:
  • #4