Skip to content

WIP: Judy stringlist

Matthias Clasen requested to merge stringlist-judy into master

Out of curiosity, I did a quick implementation of GtkStringList using Judy arrays

Performance-wise, it is more or less indistinguishable from the GtkVector based implementation.

But it is more memory efficient in some cases. Memory size here is just the data structure, excluding the objects.

Screenshot_from_2020-07-05_11-25-55

Screenshot_from_2020-07-05_11-26-44

I didn't hook up the GSequence based implementations to the size comparison.

Edited by Matthias Clasen

Merge request reports