jirzynek / sparsehash

Automatically exported from code.google.com/p/sparsehash
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Visual C++ 7.1 patch for google-sparsehash ver. 0.6 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[This patch was submitted by Tobias Polzin -- see

http://groups.google.com/group/google-sparsehash/browse_thread/thread/63b8b8753a
70af77

I'm copying the patch files here to keep everything in one place.

Original issue reported on code.google.com by csilv...@gmail.com on 23 May 2007 at 8:19

Attachments:

GoogleCodeExporter commented 9 years ago
In this version there is the possibility to test the impact of keys with larger
storage in time_hash_map. I have another version, where there is also a more
expensive comparison function. 
If you are interested, I can provide a patch.

Original comment by tobias.p...@googlemail.com on 23 May 2007 at 10:01

GoogleCodeExporter commented 9 years ago
I just made the 0.7 release, which incorporates some of the ideas of this 
patch: the
timing file uses more architecture-independent code, and it supports hashing
structures that are larger than int.

I've also added more windows support, particularly windows/config.h, which 
should
make it easier to use this code with vc++.

I still don't provide project files, but I hope that for 0.7, the patches 
necessary
for windows will be significantly smaller than they were for 0.6!  Let me know 
what
else I can do to make life easier for vc++ users.

Original comment by csilv...@gmail.com on 11 Jun 2007 at 7:50

GoogleCodeExporter commented 9 years ago
I finally got my hands on Visual Studio myself, and feel comfortable making .sln
files part of the main distribution.  As of version 0.8, windows should be 
buildable
right out of the box.  Closing this patch.

Original comment by csilv...@gmail.com on 4 Jul 2007 at 8:20