source: GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/sparsehash.sln @ 2162

Revision 2162, 1.9 KB checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

Line 
1Microsoft Visual Studio Solution File, Format Version 8.00
2Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time_hash_map", "time_hash_map.vcproj", "{AAF9EAEE-03FC-4789-8477-296295C9B6B4}"
3        ProjectSection(ProjectDependencies) = postProject
4        EndProjectSection
5EndProject
6Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sparsetable_unittest", "sparsetable_unittest.vcproj", "{AAF9EAEE-03FC-4789-8477-296295C9B6B5}"
7        ProjectSection(ProjectDependencies) = postProject
8        EndProjectSection
9EndProject
10Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hashtable_unittest", "hashtable_unittest.vcproj", "{AAF9EAEE-03FC-4789-8477-296295C9B6B5}"
11        ProjectSection(ProjectDependencies) = postProject
12        EndProjectSection
13EndProject
14Global
15        GlobalSection(SolutionConfiguration) = preSolution
16                Debug = Debug
17                Release = Release
18        EndGlobalSection
19        GlobalSection(ProjectConfiguration) = postSolution
20                {AAF9EAEE-03FC-4789-8477-296295C9B6B4}.Debug.ActiveCfg = Debug|Win32
21                {AAF9EAEE-03FC-4789-8477-296295C9B6B4}.Debug.Build.0 = Debug|Win32
22                {AAF9EAEE-03FC-4789-8477-296295C9B6B4}.Release.ActiveCfg = Release|Win32
23                {AAF9EAEE-03FC-4789-8477-296295C9B6B4}.Release.Build.0 = Release|Win32
24                {AAF9EAEE-03FC-4789-8477-296295C9B6B5}.Debug.ActiveCfg = Debug|Win32
25                {AAF9EAEE-03FC-4789-8477-296295C9B6B5}.Debug.Build.0 = Debug|Win32
26                {AAF9EAEE-03FC-4789-8477-296295C9B6B5}.Release.ActiveCfg = Release|Win32
27                {AAF9EAEE-03FC-4789-8477-296295C9B6B5}.Release.Build.0 = Release|Win32
28                {AAF9EAEE-03FC-4789-8477-296295C9B6B5}.Debug.ActiveCfg = Debug|Win32
29                {AAF9EAEE-03FC-4789-8477-296295C9B6B5}.Debug.Build.0 = Debug|Win32
30                {AAF9EAEE-03FC-4789-8477-296295C9B6B5}.Release.ActiveCfg = Release|Win32
31                {AAF9EAEE-03FC-4789-8477-296295C9B6B5}.Release.Build.0 = Release|Win32
32        EndGlobalSection
33        GlobalSection(ExtensibilityGlobals) = postSolution
34        EndGlobalSection
35        GlobalSection(ExtensibilityAddIns) = postSolution
36        EndGlobalSection
37EndGlobal
Note: See TracBrowser for help on using the repository browser.