hungrybread

joined 3 years ago
[–] [email protected] 2 points 1 week ago

Presumably less compression and fewer ways to install only necessary assets (such as only downloading audio for used languages)

[–] [email protected] 2 points 1 month ago

Journal articles are one place where unknown references are expected and the poster should be citing them in a bibliography, even pop culture or joke references.

[–] [email protected] 3 points 2 years ago (1 children)

The basic idea is to keep data as close to the processor as possible, so with a database that means storing the result of commonly used queries in memory.

[–] [email protected] 9 points 2 years ago (5 children)

There's no need to migrate the database, that shouldn't be an issue at this size. Caching should be implemented as another comment suggested.

[–] [email protected] 4 points 2 years ago

I'd be interested as well.