Commit Graph

3 Commits

Author SHA1 Message Date
Tony Garnock-Jones c303ea9d17 Initial pass at Lwt conversion. 2012-05-05 18:18:23 -04:00
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 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
Renamed from squeue_arrays.ml (Browse further)