typst / ecow

Compact, clone-on-write vector and string.
Apache License 2.0
208 stars 16 forks source link

Possibly `EcoSet`? #33

Open damooo opened 1 year ago

damooo commented 1 year ago

Hello, thanks for ecow.

Is it possible to provide a clone-on-write set implementation?

laurmaedje commented 1 year ago

EcoMap and EcoSet would be amazing. They are unfortunately a bit more complex to implement and I haven't had time yet.