Replace QQueue with fixed size array in heap #2

Open
opened 2018-10-05 11:11:26 +02:00 by 0xFEEDC0DE64 · 0 comments
0xFEEDC0DE64 commented 2018-10-05 11:11:26 +02:00 (Migrated from github.com)

Maximum queue size is known at runtime and doesn't have to be a variable size container (like QQueue).
Replace it with something similar like new T[count]

Maximum queue size is known at runtime and doesn't have to be a variable size container (like QQueue). Replace it with something similar like `new T[count]`
Sign in to join this conversation.
No description provided.