You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will achieve the same thing (ensuring that we always sort before writing) but will have slightly better ergonomics.
We'll also need to make sure we dedup before writing.
We don't have mutable access to the objects when writing them. We could provide custom logic for writing that handled the sorting (there's an annotation for that) and given that we need a custom annotation anyway (to specify that we use BTreeSet, here) maybe that would be preferable? Shouldn't be too tricky...
This will achieve the same thing (ensuring that we always sort before writing) but will have slightly better ergonomics.
We'll also need to make sure we dedup before writing.
Originally posted by @cmyr in #1162 (comment)
The text was updated successfully, but these errors were encountered: