• #dev 2024-03-22
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2024-03-22 UTC
# 11:12
capjamesg
For example, there is a cool data structure called a piece table, which is used to store changes to text in a text editor. I was like: this looks cool! So I looked and found a blog post that explained it, then I tried to write code that would replicate what was in the blog post: https://github.com/capjamesg/piece-table (my implementation), https://darrenburns.net/posts/piece-table/ (what I used as a reference).