Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:DRP S18-4
-
Team:Data Release Production
Description
Current implementation is apparently super slow, and looking at what it's doing (constructing a new dictionary of all fields via extract just to get one element from it, for every field), I can see why.
That could be cleaned up in Python but a lot of it is more naturally and definitely more efficient in C++, and doing that will give us a C++ operator<<, too, which is nice.
Nate Lust, mind looking at this small move of code from Python to C++?