Skip to content

effectivewang/MillionBorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Million broker is a performance testing application, to simulate a proceducer & consumer environment.

Million traders will buy random trades in real-time, and broker will in other threads read the orders async.

The perofmance result should like below:

<1> Time 1 Performance Statistics
Structure                                                       Milliseconds
----------------------------------------                        --------------------
                    ConcurrentQueue                             2058
                 BlockingCollection                             2598
                    ConcurrentStack                             2114
                      ConcurrentBag                             2393
               MonitorBlockingQueue                             1811
      ReaderWriterLockBlockingQueue                             6625
  ReaderWriterLockSlimBlockingQueue                             2085

About

MillionBorker is a project to test the multi-threading collection perofrmance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages