Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 121
    • Merge requests 121
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !27661

Add IDC Value Container

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Adam Edward Barton requested to merge abarton/athena:IDCValue into master Oct 31, 2019
  • Overview 15
  • Commits 4
  • Changes 7

An event level container for error codes was requested for the new trigger system. However the existing identifiableContainers are inefficient for storing basic types (You need lots of allocations and 64 bit pointers to 32 bit integers).

Here is a set of simplified IDC templates for basic value types.

Unit Test included.

cc @tbold

Edited Oct 31, 2019 by Adam Edward Barton
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: IDCValue