summaryrefslogtreecommitdiff
path: root/src/lqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* Switch to Erlang 17-style types, /0 versions at least.Simon MacMullen2014-09-171-1/+1
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* cosmetic + correct specs for lqueue:peek{_r}Matthias Radestock2011-10-151-16/+16
* Revert lqueue so it does not cache ends of queue as we no longer need this to...Matthew Sackman2011-10-151-71/+33
* cosmetic, and be somewhat smarter about deciding the minimum length of q3 (no...Matthew Sackman2011-10-121-5/+5
* Cache both ends of the queue to give O(1) peek and peek_rMatthew Sackman2011-10-121-37/+68
* Add peek and peek_r to lqueue, and use them in needs_timeout. Whilst this is ...Matthew Sackman2011-10-111-1/+9
* Make lqueue opaqueMatthew Sackman2011-10-021-1/+1
* Drop unneeded queue impls, tidy lqueue, add specs etcMatthew Sackman2011-10-021-0/+24
* Avoid lots of combine_delta callsMatthew Sackman2011-10-021-11/+31
* Count the quota properly on beta -> delta. Also, fprof shows that the queue:l...Matthew Sackman2011-09-291-0/+45