chrisecker

↗ HN profile [ 39.2 ms ] full profile

No user record in our sample, but chrisecker has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. Hi all, Finding a good data structure for a word processor is a difficult problem. My notebook diaries on the problem go back 25 years when I was frustrated with using Word for my diploma thesis - it was slow and…

  2. I've built a rich text data model for a desktop word processor in Python, based on a persistent balanced n-ary tree with cached weights for O(log n) index translation. The document model uses only four element types:…