Hacker News new | ask | show | jobs
by timrobinson333 914 days ago
I'm surprised nobody has pointed out what seems to be a fairy obvious limitation: the children within a parent cannot be ordered (unless you want to splice them in the middle of the arrays when inserting which would be pretty inefficient)
1 comments

If all you care about is the order and not that children are neighbours in the array it should be fine.