<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tangara-fw/src/database/database.cpp, branch main</title>
<subtitle>Tangara firmware</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/'/>
<entry>
<title>WIP merge cyclically dependent components into one big component</title>
<updated>2024-05-02T09:12:26+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-05-02T09:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=1573a8c4cde1cd9528b422b2dcc598e37ffe94a7'/>
<id>1573a8c4cde1cd9528b422b2dcc598e37ffe94a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak db performance</title>
<updated>2024-04-02T08:36:35+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-04-02T08:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=1e278d55c4dc0a9ae7b5b4511904202824e5c5df'/>
<id>1e278d55c4dc0a9ae7b5b4511904202824e5c5df</id>
<content type='text'>
 - leveldb cache pinned to spiram
 - actually use it during indexing lol
 - all up, saves about 10ms per file (amortised) for an incremental reindex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - leveldb cache pinned to spiram
 - actually use it during indexing lol
 - all up, saves about 10ms per file (amortised) for an incremental reindex
</pre>
</div>
</content>
</entry>
<entry>
<title>fix db key prefix format, and use per-file modification times</title>
<updated>2024-03-21T01:57:11+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-03-21T01:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=3dc0989c7fd6d3d508fa9c5e5269dc45396c09e9'/>
<id>3dc0989c7fd6d3d508fa9c5e5269dc45396c09e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore the previous track position when booting</title>
<updated>2024-03-06T02:59:33+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-03-06T02:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=14552881900bb3ed0e9ed2d4a732e4104b32ccfa'/>
<id>14552881900bb3ed0e9ed2d4a732e4104b32ccfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the list of unexplored files into spiram</title>
<updated>2024-02-16T04:13:58+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-16T04:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=5866513c532114654c1a0e616be3c64ef0aa92ed'/>
<id>5866513c532114654c1a0e616be3c64ef0aa92ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define database::kCurrentDbVersion publicly</title>
<updated>2024-02-05T11:32:33+00:00</updated>
<author>
<name>Hailey Somerville</name>
<email>hailey@hailey.lol</email>
</author>
<published>2024-02-05T11:32:33+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=44d848ac660ab8471af868a036ad41b369514868'/>
<id>44d848ac660ab8471af868a036ad41b369514868</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make db updates more robust again the sd card disappearing</title>
<updated>2024-02-05T00:27:09+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-05T00:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=0f03efe868f4a7910678a0a729f437a2fe8986b7'/>
<id>0f03efe868f4a7910678a0a729f437a2fe8986b7</id>
<content type='text'>
Accidentally found a bug while live on youtube :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accidentally found a bug while live on youtube :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce leveldb cache sizes and worker stacks, increase number of workers</title>
<updated>2024-02-01T00:15:25+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-01T00:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=c8bbd4d52c4ab6c9fcd93915cb3fe23fb63e8279'/>
<id>c8bbd4d52c4ab6c9fcd93915cb3fe23fb63e8279</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a single pool of bg workers instead of separate tasks per use case</title>
<updated>2024-01-31T23:54:20+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-01-31T23:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=dad159dc3c4ebc89d395b4b695a0626b7be10578'/>
<id>dad159dc3c4ebc89d395b4b695a0626b7be10578</id>
<content type='text'>
Also: bump the number of workers tasks up to 3 from 2!
This makes bg db updates + playback work :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also: bump the number of workers tasks up to 3 from 2!
This makes bg db updates + playback work :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Do more to avoid and recover from partial db updates</title>
<updated>2024-01-30T00:03:31+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-01-30T00:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=eacea59e8a3f9602ed06834a8edc4e6ab18a4bb9'/>
<id>eacea59e8a3f9602ed06834a8edc4e6ab18a4bb9</id>
<content type='text'>
 - do not power off in an update is in progress
 - explicitly store last update time, rather than deriving it from
   unchanged tracks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - do not power off in an update is in progress
 - explicitly store last update time, rather than deriving it from
   unchanged tracks.
</pre>
</div>
</content>
</entry>
</feed>
