Closed pavlo-klymentenko-legacy closed 2 years ago
An idea is to pool YieldInstruction intead of creating new ones to prevent useless memory allocations. Also important question is which ones? Probably should be generic by type.
This is implemented and merged into master in #94
An idea is to pool YieldInstruction intead of creating new ones to prevent useless memory allocations. Also important question is which ones? Probably should be generic by type.