Skip to content

Commit

Permalink
Improve expand() performance
Browse files Browse the repository at this point in the history
  • Loading branch information
daboehme committed Oct 23, 2024
1 parent 1445698 commit 255115f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/caliper-reader/caliperreader/metadatadb.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def _recursive_expand(self):
nodelist.reverse()
for node in nodelist:
node._expand(record)
node.record = record.copy()

self.record = record

def _expand(self, record):
attr = self.attribute()
Expand Down

0 comments on commit 255115f

Please sign in to comment.