 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Alexandre Rosenfeld Guest
|
Posted: Thu Nov 17, 2005 5:09 pm Post subject: String maps |
|
|
Hi,
Some time ago I remember a discussion to make a string map (dictionary or
collection, or a hash for faster access, its kind of an array with strings
as indexes), but I don't think it went further, but I'm looking for one now
and thought someone may know a good one.
I've a found a few already, but most are too big (one is 200K in size) and
have too much dependencies. I'm looking for a small and simple one. I'm
using one now that does not use hashes for searching which makes it a little
slow (not too slow for what i need, but i'm afraid it might be too slow if
used too many times).
Btw, its very good to see that you are trying to make it easier to use the
fastcode project and that it is moving along very well.
Thanks,
Alexandre Rosenfeld
|
|
| Back to top |
|
 |
Lord Crc Guest
|
Posted: Thu Nov 17, 2005 11:38 pm Post subject: Re: String maps |
|
|
On Thu, 17 Nov 2005 15:09:49 -0200, "Alexandre Rosenfeld"
<alerosenfeld (AT) ig (DOT) com.br> wrote:
| Quote: | Some time ago I remember a discussion to make a string map (dictionary or
collection, or a hash for faster access, its kind of an array with strings
as indexes), but I don't think it went further, but I'm looking for one now
and thought someone may know a good one.
|
I wrote this while playing with hash functions. Not really intended
for public consumption, but if you find it usefull, by all means.
http://www.darkersideofcode.net/files/Hashtable.zip
- Asbjørn
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|