Skip to content

AthenaKernel: Optimize DataBucket::cast().

Optimize DataBucket::cast() for the common case where the requested clid matches the clid of the bucket. Gives about a 30% speedup in synthetic tests.

Merge request reports