Skip to content

Draft: Use slots for core objects

Marinus Schraal requested to merge wip/mschraal/coreobjects-slots into master

Slots are more efficient and faster than regular attributes.


The gobject properties apparently are internally named _property_helper_*.

It's hard to measure, but it probably can't hurt for our fairly static core data objects to make use of this optimization.

There is an issue with the validation property on CoreSong, that might need some looking into.

This could some broader testing in general.

Merge request reports