oscarkey/extrusionfinder

Bulk saving "optimistically" to database might not be possible ...

Closed this issue · 1 comments

ihc commented

Might be necessary to undo c5607b3
It fails on test with a list containing duplicate elements; it doesn't seem like MongoDB has anything that supports the desired behaviour, so we might have to go back to just iterating over the list and adding one part at a time.

Modified to sets to workaround