
7 Mar
2010
7 Mar
'10
4:43 a.m.
Daniel Trebbien wrote:
Interesting. As I was doing some more research on token maps, I discovered a template in the ACE library
From reading the doc, the functionality is very similar.
Do you know of any other libraries (C++ or otherwise) that provide functionality that is similar to tokenmap?
No, I don't. I'm glad you found the ACE one though. It surely will be added to the "similar implementations" section. I briefly went over the ace/Active_Map_Manager code and saw they keep track of occupied/free lists. Their implementation is quite a reading...