Is Stately still the best option for a common `Cop...
# multiplatform
e
Is Stately still the best option for a common
CopyOnWriteArrayList
?
k
New memory model or old? I started thinking through adding collections designed for the new memory model, but haven't landed on anything final yet
e
New memory model
k
I think it’s a reasonable solution still, although you’ll probably want to disable freezing globally as the native side will still try to freeze data. I can imagine an implementation designed for the new memory model would be better, but the current stately one should be serviceable assuming the performance constraints aren’t extreme
🙏 1