Menu

#15 Implement string pool class

Feature
open
nobody
Collections (7)
5
2013-02-19
2000-02-10
Dean Roddey
No

Implement a TStringPool class. This will be a specialized hash table that is used to create unique TString objects via hashing. Each unique string is given a unique id which are given out to client to use to store a ‘reference’ to that string.

Discussion


Log in to post a comment.