• 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
What is Best Method To Determine Duplicate Items in a Large List?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What is Best Method To Determine Duplicate Items in a Large List?


  • Subject: What is Best Method To Determine Duplicate Items in a Large List?
  • From: Jim Underwood <email@hidden>
  • Date: Sun, 13 Aug 2017 02:34:47 +0000
  • Thread-topic: What is Best Method To Determine Duplicate Items in a Large List?

Anyone have any bright ideas and/or tools to speed up identification of dup
text items in a large list (~30,000)?

The brute-force approach is, of course, to sort the list (which I'm doing using
Shane Stanley's great BridgePlus ASObjC lib), and then just step through the
list comparing one item with the next (is Item i = Item i+1 ?).  They are all
text items, could be up to a 100 or so characters.  I am expecting that there
is only one dup (two items).

All suggestions appreciated.

Best Regards,

Jim Underwood
aka JMichaelTX

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: What is Best Method To Determine Duplicate Items in a Large List?
      • From: Hans van den Broek <email@hidden>
  • Prev by Date: Apple events overridden.
  • Next by Date: Re: What is Best Method To Determine Duplicate Items in a Large List?
  • Previous by thread: Apple events overridden.
  • Next by thread: Re: What is Best Method To Determine Duplicate Items in a Large List?
  • Index(es):
    • Date
    • Thread