Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Faster delete of uicr/mbr addresses from loaded hex #378

Merged
merged 4 commits into from
Jul 6, 2022

Conversation

tista3
Copy link
Contributor

@tista3 tista3 commented Jun 15, 2022

When hex has high addresses (0x20000000+), dict.pop() over all addresses is very slow, in my use case tens of seconds.
Dict comprehension is much faster, fraction of a second.

tista3 and others added 4 commits June 10, 2022 14:08
When hex has high addresses (0x20000000+), dict.pop() over all addresses is very slow, in my use case tens of seconds.
Dict comprehension is much faster, fraction of a second.
@jornbh jornbh merged commit 3cba043 into NordicSemiconductor:master Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants