Re: MapElementExists(Map(), Key$)
Posted: Mon Aug 28, 2023 6:04 pm
Beside the multi-threaded issue, there's also the problem you'd have to write a procedure for each data type the Maps may have in your program.
Also, I believe to remember PB doesn't like to Push/Pop the Map and List Positions when there's no current element. You'd have to make a few additional checks which could also be a drain on efficiency, when done in "external" PureBasic code.
Also, I believe to remember PB doesn't like to Push/Pop the Map and List Positions when there's no current element. You'd have to make a few additional checks which could also be a drain on efficiency, when done in "external" PureBasic code.