- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Do inner classes contadict structural sharing?
Sat, 2012-01-28, 18:04
In order to speed up operations yielding new scalax.collection.Graph
instances, it would be nice for Graph instances to structurally share
data just like List, Set etc. manage to. But how could structural
sharing be achieved despite nodes and edges being represented by inner
class instances?
Peter