Changeset ce44c5f for tests/concurrent


Ignore:
Timestamp:
Feb 25, 2023, 6:45:40 PM (16 months ago)
Author:
caparson <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
d964c39
Parents:
640b3df
Message:

Thought of new channel implementation while working on the prevention paper. Resulted in 30%+ greater throughput so impl is now switched to that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/channels/parallel_harness.hfa

    r640b3df rce44c5f  
    139139    while( cons_done_count != Consumers * Channels ) {
    140140        for ( i; Channels ) {
    141             if ( has_waiting_consumers( channels[i] ) ){
     141            if ( has_waiters( channels[i] ) ){
    142142                #ifdef BIG
    143143                bigObject b{0};
Note: See TracChangeset for help on using the changeset viewer.