The English Oracle

Need word for "remove duplicates and keep unique instances"

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 5

--

Chapters
00:00 Need Word For &Quot;Remove Duplicates And Keep Unique Instances&Quot;
00:29 Answer 1 Score 4
01:15 Thank you

--

Full question
https://english.stackexchange.com/questi...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#wordchoice #americanenglish

#avk47



ANSWER 1

Score 4


I use "uniquify", meaning "to prune a collection so that all instances are unique", in my job as a software engineer.

It's not the most attractive word but it fits perfectly, and most people would instantly guess what it means on first hearing.

In fact, this appears to be "a thing" already:

http://www.yourdictionary.com/uniquify

(third-person singular simple present uniquifies, present participle uniquifying, simple past and past participle uniquified)

(rare, slang, computing) To eliminate duplicates from a list, especially when using the *nix command/function uniq.
(rare, slang, computing) To turn an instance of a type into an instance of a new unique copy of the original type.

I've also seen it spelled "uniqify" (without the u after the q), and in fact that's how I would normally spell it.

EDIT: I just realised that the reason i would write "uniqify" with no q is that the command to do this is called "uniq" (not "unique").