Search:

Type: Posts; User: baxy

Search: Search took 0.01 seconds.

  1. Thread: hash table in c++

    by baxy
    Replies
    7
    Views
    2,726

    yes i know that. My initial problem is that i...

    yes i know that. My initial problem is that i have a huge array of integers, 50% of them are small enough so that they can fit into 1 byt array and those i am encoding with a single byte, but the...
  2. Thread: hash table in c++

    by baxy
    Replies
    7
    Views
    2,726

    ok the machine that i am working on has 256GB of...

    ok the machine that i am working on has 256GB of RAM so there is no doubt that it wil support this. What i am interested in is wjich approach is better(my primary concern is speed (retrieval and...
  3. Thread: hash table in c++

    by baxy
    Replies
    7
    Views
    2,726

    hash table in c++

    Hi,

    i have a question about hash tables in c++. as far as i can see i can create the hash table via hash_map or using a vector. now i don't understand what is the difference and what would be a...
Results 1 to 3 of 3