Example Code:HWThreadedHash (Multithreaded Hashtable), a Multithreaded hash table will improve your applications performance
December 30th, 2005I have written a multithreaded hash table framework. You can put multiple tasks to do work for you with a simple “put” with a key,Then when it completes you can do a “get” to return the data worked on. The “get” will block until that requested thread is finished working.
Read the rest of this entry »
