Thread Safe Pointers to Map Elements

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
swhite
Enthusiast
Enthusiast
Posts: 726
Joined: Thu May 21, 2009 6:56 pm

Thread Safe Pointers to Map Elements

Post by swhite »

Hi

I would like to have thread save pointers for the current element of a map/list. This would allow the searching and reading of maps in threads without a mutex. I understand that writing is another issue but reading maps in threads would be very useful.

Thanks,
Simon
Simon White
dCipher Computing
Rinzwind
Enthusiast
Enthusiast
Posts: 636
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

Re: Thread Safe Pointers to Map Elements

Post by Rinzwind »

+1 Suggested the same
Post Reply