Live data from Hacker News

Viewing profile — terrencecrowley

terrencecrowley

HN member
Joined
Thu, Mar 23, 2017, 2:08 AM UTC
HN karma
3
Public activity
2 items

About terrencecrowley

No profile information was provided.

Recent public activity

  1. comment
    Comment #33964946

    FrontPage used an interval tree to represent misnested HTML tags. The browsers would interpret the tags as covering the contained area using ad-hoc parsing techniques (e.g. simply …

  2. comment
    Comment #13936912

    Amazing how often just replacing a std::vector with a gap buffer vector implementation will get both the benefits of vector storage combined with good insert/delete behavior (presu…