Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Added a new deque package #115
Conversation
added a commit
that referenced
this pull request
Mar 11, 2015
howbazaar
merged commit cfb905c
into
juju:master
Mar 11, 2015
mjs
deleted the
mjs:deque
branch
Mar 11, 2015
pushed a commit
to kat-co/utils
that referenced
this pull request
Nov 23, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedMar 10, 2015
This is an implementation of an efficient double-ended queue, inspired somewhat by Python's deque data structure.
(Review request: http://reviews.vapour.ws/r/1122/)