jasonrbr / CodeReader

MIT License
6 stars 1 forks source link

Are we caching parent nodes? #12

Closed leftoverBits closed 7 years ago

leftoverBits commented 8 years ago

Each child stores its parent as a node. A grandchild stores the original child's node which stores the original parent node. Potential memory issue?