HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jg23

no profile record

comments

jg23
·5 yıl önce·discuss
I have a related question to this, if you’re storing [“hello”] as one chunk, what happens when you perform an edit to say adding an extra [“e”] after the [“e”]? In the unoptimised structure I know you can just add the new [“e”] as a child of the original [“e”]. So here would you then delete the chunk [“hello”] and split it into two halves like [“he”] and [“llo”]?