Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.programming.threads > #1692

I want to explain something

From aminer <aminer@toto.net>
Newsgroups comp.programming.threads, comp.programming
Subject I want to explain something
Date 2013-07-01 20:22 -0700
Organization A noiseless patient Spider
Message-ID <kqt66o$r8n$1@dont-email.me> (permalink)

Cross-posted to 2 groups.

Show all headers | View raw


Hello,

I want to explain something about my scalable and relaxed MPMC priority 
Queue, i have overloaded the push() method, there is one Push() method
that is scalable and you must initialize it with high(pqueue.long),
and there is another Push() method that uses round robin method,
and i have benchmarked the Push() method that uses the Round Robin 
method (that makes the Push() none scalable) and i have noticed on my 
2.4 Ghz computer that it can push() 100000 items in 10 milliseconds and 
that's fast and enough for many parallel applications.


You can dowload my scalable and relaxed MPMC priority Queue version 1.02
from:

http://pages.videotron.com/aminer/



Amine Moulay Ramdane.

Back to comp.programming.threads | Previous | Next | Find similar


Thread

I want to explain something aminer <aminer@toto.net> - 2013-07-01 20:22 -0700

csiph-web