Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strict mapping functions #60

Open
treeowl opened this issue Dec 9, 2021 · 1 comment · May be fixed by #102
Open

Add strict mapping functions #60

treeowl opened this issue Dec 9, 2021 · 1 comment · May be fixed by #102

Comments

@treeowl
Copy link
Collaborator

treeowl commented Dec 9, 2021

Since the queues are mostly strict, mapping in general is pretty slow, but lazy maps are egregiously so: they fill the structure with one thunk per element. Let's add strict versions that at least accomplish something for the work they do.

@treeowl
Copy link
Collaborator Author

treeowl commented Mar 26, 2023

Huh, this would be good to actually do!

treeowl added a commit to treeowl/pqueue that referenced this issue Mar 30, 2023
@treeowl treeowl linked a pull request Mar 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant