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 documentation #5

Merged
merged 5 commits into from
Mar 28, 2022
Merged

Add documentation #5

merged 5 commits into from
Mar 28, 2022

Conversation

pschiffmann
Copy link
Contributor

Addresses #4.

Copy link
Owner

@mourner mourner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the help! One note — while you can use flatqueue this way passing objects instead of item indices, the original purpose of the library was to make it work purely with numbers for a massive speedup in certain applications — this is why I created it while already having a general-purpose queue implementation in https://github.com/mourner/tinyqueue. So I'd like to keep the examples focused on adding indices instead of non-numerical items.

Copy link
Owner

@mourner mourner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for getting late to this, and thanks for the contribution!

@mourner mourner merged commit 290c942 into mourner:master Mar 28, 2022
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