Skip to content

vector layer: transpose / optimise the style buffer #226

@adam-ce

Description

@adam-ce

try to transpose the style buffer, i.e, instead of using
style1zoom0, s1z1, s1z2.. s1z20, s2z0, s2z1..
we could try
s1z0, s2z0, s3z0, .., s1z1, s2z2, s3z2, ..

additionally, we could try to sort according to usage frequency such that often used styles are closer together. but this might be hard..

the goal here would be to maximise cache hits.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions