bigqueue icon indicating copy to clipboard operation
bigqueue copied to clipboard

Write multicore benchmark and Improve performance

Open mangalaman93 opened this issue 4 years ago • 1 comments

Benchmarks currently single threaded. Now that bigqueue is thread safe, we should be able to utilize the multi core performance for a higher throughput. We can also profile the system and improve the performance.

mangalaman93 avatar Jan 29 '20 06:01 mangalaman93

@mangalaman93 added DequeueAppend in order to get rid of allocations on dequeue

moredure avatar Sep 11 '21 10:09 moredure