<feed xmlns='http://www.w3.org/2005/Atom'>
<title>editor/src, branch main</title>
<subtitle>A terrible text editor</subtitle>
<id>https://code.roseh.moe/editor/atom/src?h=main</id>
<link rel='self' href='https://code.roseh.moe/editor/atom/src?h=main'/>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/'/>
<updated>2024-01-14T06:20:17Z</updated>
<entry>
<title>Revert "Allow changing the btree max children."</title>
<updated>2024-01-14T06:20:17Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-14T06:20:17Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=f649ce4366ee0f2d1900f070b0fb181dbdbb2ee6'/>
<id>urn:sha1:f649ce4366ee0f2d1900f070b0fb181dbdbb2ee6</id>
<content type='text'>
This reverts commit b9fe028f88ed6d6975576ae9b2891294d0054035.

Back to three children max, please.
</content>
</entry>
<entry>
<title>Revert "Max 15 children per node."</title>
<updated>2024-01-14T06:18:52Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-14T06:18:52Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=1e18d09bdd2281ea39350ddb72b29fc8c8d9e5ba'/>
<id>urn:sha1:1e18d09bdd2281ea39350ddb72b29fc8c8d9e5ba</id>
<content type='text'>
This reverts commit b275950c2e8dbffcf8b2a8915b0bbfab24dae4ff.

I liked it better when we only had 3 children max.
</content>
</entry>
<entry>
<title>Use .collect() instead of from_iter()</title>
<updated>2024-01-14T05:33:16Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-14T05:33:16Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=9618afee3978354337277c8fffeba20431b1c4f3'/>
<id>urn:sha1:9618afee3978354337277c8fffeba20431b1c4f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Max 15 children per node.</title>
<updated>2024-01-14T05:25:10Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-14T05:25:10Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=b275950c2e8dbffcf8b2a8915b0bbfab24dae4ff'/>
<id>urn:sha1:b275950c2e8dbffcf8b2a8915b0bbfab24dae4ff</id>
<content type='text'>
A btree with only 3 max children per node is like using a vibrator on
the "low" setting: it'll get the job done, but it's not
exactly efficient.
</content>
</entry>
<entry>
<title>Apply some clippy suggestions.</title>
<updated>2024-01-14T05:05:59Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-14T05:05:59Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=c92c5a78e6333b6025131c031c6466413e60e442'/>
<id>urn:sha1:c92c5a78e6333b6025131c031c6466413e60e442</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow changing the btree max children.</title>
<updated>2024-01-14T04:49:45Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-14T04:49:45Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=b9fe028f88ed6d6975576ae9b2891294d0054035'/>
<id>urn:sha1:b9fe028f88ed6d6975576ae9b2891294d0054035</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Escape control characters.</title>
<updated>2024-01-14T01:45:37Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-14T01:45:37Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=d3f52cf5dc1e06a81fb75a8631ac00e8adc04ac7'/>
<id>urn:sha1:d3f52cf5dc1e06a81fb75a8631ac00e8adc04ac7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reject files with invalid utf-8.</title>
<updated>2024-01-13T20:31:42Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-13T20:31:42Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=1e32f5d480ecefa3a1c8fd1c43ac6b4260459266'/>
<id>urn:sha1:1e32f5d480ecefa3a1c8fd1c43ac6b4260459266</id>
<content type='text'>
It's easier to only support files with valid utf-8.
</content>
</entry>
<entry>
<title>Delete benchmarks.</title>
<updated>2024-01-13T16:34:14Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-13T16:34:14Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=d8df9a6e5f09a0f9649ef16d15f86a22c4720ade'/>
<id>urn:sha1:d8df9a6e5f09a0f9649ef16d15f86a22c4720ade</id>
<content type='text'>
I don't really care about performance.
</content>
</entry>
<entry>
<title>Make the empty rope a constant.</title>
<updated>2024-01-13T08:00:24Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2024-01-13T07:57:34Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/editor/commit/?id=e032818252eda5a91233541ccf9f341c3bca06c8'/>
<id>urn:sha1:e032818252eda5a91233541ccf9f341c3bca06c8</id>
<content type='text'>
</content>
</entry>
</feed>
