Thanks to #1449, insert_ is around 2x faster than insert. insertUnique uses insert, but in my code I have several places where I use void $ insertUnique because I don't care if a value was already in the database. It follows that an insertUnique_ that uses insert_ would be a performance improvement.
Thanks to #1449,
insert_is around 2x faster thaninsert.insertUniqueusesinsert, but in my code I have several places where I usevoid $ insertUniquebecause I don't care if a value was already in the database. It follows that aninsertUnique_that usesinsert_would be a performance improvement.