• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Retrieving the EXIF date/time from 250k images
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Retrieving the EXIF date/time from 250k images


  • Subject: Re: Retrieving the EXIF date/time from 250k images
  • From: Gabriel Zachmann via Cocoa-dev <email@hidden>
  • Date: Tue, 16 Aug 2022 17:41:24 +0200

That is a good idea.  Thanks a lot!

Maybe, I can turn this into more fine-grained, dynamic load balancing (or
latency hiding), as follows:
create a number of threads (workers);
as soon as a worker is finished with their "current" image, it gets the next
one (a piece of work) out of the list, processes it, and stores the iso_date in
the output array (dates_and_times).
Both accesses to the pointer to the currently next piece of work, and the
output array would need to be made exclusive, of course.

Best regards, Gabriel


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Retrieving the EXIF date/time from 250k images
      • From: Steve Christensen via Cocoa-dev <email@hidden>
References: 
 >Retrieving the EXIF date/time from 250k images (From: Gabriel Zachmann via Cocoa-dev <email@hidden>)
 >Re: Retrieving the EXIF date/time from 250k images (From: Steve Christensen via Cocoa-dev <email@hidden>)

  • Prev by Date: Re: Retrieving the EXIF date/time from 250k images
  • Next by Date: Re: Retrieving the EXIF date/time from 250k images
  • Previous by thread: Re: Retrieving the EXIF date/time from 250k images
  • Next by thread: Re: Retrieving the EXIF date/time from 250k images
  • Index(es):
    • Date
    • Thread