Re: [Linuxtuples-devel] Hashtable on the tuple server?
Brought to you by:
wware
From: Will W. <ww...@al...> - 2006-09-15 15:21:07
|
On 9/15/06, Bram Stolk <br...@sa...> wrote: > For me, N is low enough not to notice perf gains with binary > or hash lookups. > My gut feeling is that it's not worth the effort. But then again, > I don't know what you use the tspace for. I'm not using it for anything at the moment, I just had the hashing idea in the back of my mind and thought it might be time to think about it again. I'll add a note about it as a possibility but I won't do anything with it. As far as using STL classes, I'd prefer to stay with pure C. Moving to C++ might discourage some potential users or limit its portability. Maybe I'm just being old-fashioned and should allow myself to be dragged into the 1990s. Will |