Skip to content

Fast indexing#6

Open
Yozzaxia1311 wants to merge 4 commits intoNikaoto:masterfrom
Yozzaxia1311:master
Open

Fast indexing#6
Yozzaxia1311 wants to merge 4 commits intoNikaoto:masterfrom
Yozzaxia1311:master

Conversation

@Yozzaxia1311
Copy link

deep.execute will sort queues by keys instead of iterating from min to max indexes.
This is no longer a performance issue:

deep.queue(-10000, print, "Large negative!")
deep.queue(1, print, "Normal")
deep.queue(10000, print, "Large positive!")
deep.queue(-20.32471, print, "Wild card!")
deep.execute()

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.

1 participant