AntidoteDB / antidote

A planet scale, highly available, transactional database built on CRDT technology
https://www.antidotedb.eu
Apache License 2.0
834 stars 89 forks source link

antidote-crdt: allow multiple operations in the same map key #477

Closed v0idpwn closed 2 years ago

v0idpwn commented 2 years ago

Some CRDT types have operations that can't be composed. For example, antidote_crdt_set_rw operations add_all and delete_all aren't composable. This change allows one to perform both operations in a single map update.