Skip to content
Commit 11a5f324 authored by Milian Wolff's avatar Milian Wolff
Browse files

optimize: drastically reduce memory footprint by using QByteArray instead of QString

we only convert to QString on demand when we actually display a string
to the user. most often, this is just a small subset of the data
we have lying around in total.

the memory consumption gain is esp. noticeable for big data files,
where it reduces the memory consumption by ~40%
parent 8117c5ac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment