Join Slack
I remember reading that sorting collections in sqlite can be way faster than doing it in memory (aft...
# squarelibraries
d
dimsuz
08/27/2021, 1:22 PM
I remember reading that sorting collections in sqlite can be way faster than doing it in memory (after reading from sqlite into List and then doing
sort
). Is that true, despite the fact that sqlite is on disk (so IO)? But there's that
mmap
and memory cache magic, so IO may not be as tough as it seems. I can't recall the article I've read.
d
Dominaezzz
08/27/2021, 2:30 PM
Might be due to convenient indexes.
6
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by