Commit Graph

7 Commits

Author SHA1 Message Date
Tony Garnock-Jones ee5a079010 Switch back to linked-list Squeue implementation. The speed benefit
was marginal (maybe measurement error), and the penalty for the
fixed-size queue buffers in the array implementation might become a
problem when large numbers of queues are created.
2012-05-03 23:02:47 -04:00
Tony Garnock-Jones 6a2d487de3 Factor out _locked_pop. 2012-05-03 10:23:04 -04:00
Tony Garnock-Jones 7aba3d5659 Array-based shared-queues give a small performance increase on Linux, based on very rough testing 2012-05-03 10:22:54 -04:00
Tony Garnock-Jones c059bcbfa4 Rename in ML code. 2012-05-01 17:36:38 -04:00
Tony Garnock-Jones 5c32cfff0f Add GPLv3 licensing. 2012-03-07 13:23:41 -05:00
Tony Garnock-Jones b9eda344cc Clean up debug reporting code. 2012-01-08 14:04:25 -05:00
Tony Garnock-Jones 4cc9164c2e Use a shared queue instead of an Event.channel 2012-01-08 13:17:59 -05:00