Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 884
    • Issues 884
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 45
    • Merge requests 45
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GLib
  • Merge requests
  • !2678

Speed up property lookup

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matthias Clasen requested to merge gobject-speedups4 into main May 21, 2022
  • Overview 31
  • Commits 3
  • Pipelines 27
  • Changes 3

This patch avoids going to the pspec pool in most cases, by keeping the array passed to g_object_install_properties.

This branch sits on top of gobject-speedups2

Numbers for the complex-construction performance test with the accumulated changes:

Millions of constructed objects per second: 11.184

Edited Jun 07, 2022 by Matthias Clasen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: gobject-speedups4