Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

use erlang's queue data-structure for mantaining pending jobs, instead of list #21

Merged
merged 1 commit into from
Jun 17, 2016

Conversation

nimish-mehta
Copy link

As discussed in #17 queueing lots of job will be in-efficient using lists, We can use Erlang's queue data structure to maintain the pending jobs list more efficiently.

@benwilson512
Copy link

This looks good to me @joakimk

@joakimk joakimk merged commit 49f658e into joakimk:master Jun 17, 2016
@joakimk
Copy link
Owner

joakimk commented Jun 17, 2016

Yep, it looks good. I don't have any way of verifying it myself, but it passes the tests and seems to make sense.

I merged it and refactored the code a bit.

Released as 1.0.6.

@joakimk
Copy link
Owner

joakimk commented Jun 17, 2016

Thanks @nimish-mehta for the contribution and thanks @benwilson512 for mentioning me, I seem to have missed the original notification about this pull request.

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.

3 participants