stephenmcd / curiodb

Distributed NoSQL Database
http://curiodb.jupo.org
BSD 2-Clause "Simplified" License
511 stars 47 forks source link

var + mutable state inside actors #27

Closed codepr closed 7 years ago

codepr commented 7 years ago

Curious about the choice of using mutable variables for some collections inside actors, are there specific reason to not stick with val + mutable or better var + immutable beside maybe the need of some methods of the mutable version of the collection? Great work by the way @stephenmcd !

stephenmcd commented 7 years ago

Great work by the way @stephenmcd

Thanks