hydro-project / cloudburst

A stateful serverless platform
Apache License 2.0
237 stars 54 forks source link

Removes use of ordered sets for regular Python lists #32

Closed vsreekanti closed 4 years ago

vsreekanti commented 4 years ago

Fixes #16. As @xcharleslin pointed out, lists were being serialized as OrderedSetLattices, which automatically sorts them. Switches to using LWWPairLattice to maintain default list order.