Skip to content

Conversation

@luke-jr
Copy link

@luke-jr luke-jr commented Jan 23, 2022

No description provided.

Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
@mgorny
Copy link
Member

mgorny commented Jan 23, 2022

The project deliberately doesn't use heap to be more robust.

@mgorny mgorny closed this Jan 23, 2022
@luke-jr
Copy link
Author

luke-jr commented Jan 23, 2022

Would this be accepted if I had it use a static array instead? (Downside of course is a fixed limit on how many it can handle)

@mgorny
Copy link
Member

mgorny commented Jan 23, 2022

No, I don't think it's a good idea. While arbitrary limit is not that bad by itself, it's a performance hit nevertheless compared to using a hardcoded implementation list, and python-exec is meant to be as thin as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants