pablo
|
Registered User
|
|
Oct 27 |
comment |
C# Hashtable vs c++ hash_map That's true joshperry. In fact, I should measure just the code INSIDE the main method instead of everything. |
|
Oct 27 |
comment |
C# Hashtable vs c++ hash_map ooooops!!!! It did the trick: real 0m0.207s user 0m0.162s sys 0m0.044s |
|
Oct 27 |
comment |
C# Hashtable vs c++ hash_map I'd like to know how much faster Boost is. Didn't enable any optimizations for Mono nor C++. Not sure about the table sizes, I'll have to check. Considering other hashtables is exactly what I'd like to do. Yep, but even real+user is better for Mono. |
|
Oct 27 |
comment |
C# Hashtable vs c++ hash_map $ uname -a Linux juno 2.6.11-1.1369_FC4smp #1 SMP Thu Jun 2 23:08:39 EDT 2005 i686 i686 i386 GNU/Linux $ cat /proc/cpuinfo | grep bogo bogomips : 5931.00 bogomips : 5980.16 |
|
Oct 27 |
comment |
C# Hashtable vs c++ hash_map Hi. I just compiled with gcc test.cc. No switches, nothing. Didn't try with the default sizes either, but the Mono/C# default size is not very big either. Didn't try Boost.Unordered. The old fedora I'm using doesn't seem to have it. I'll look at a newer box (ok, or I'll install it :-P). |
|
Oct 27 |
asked | C# Hashtable vs c++ hash_map |
|
Aug 5 |
accepted | Configuration Management with Subversion and SharePoint help |
|
Jul 24 |
asked | Performance creating multiple small files |
|
Jul 7 |
answered | What Are Some Good .NET Profilers? |
|
Jul 3 |
answered | Cross-platform source control? |
|
Jun 30 |
answered | good version control software for Delphi 2009 |
|
Jun 30 |
answered | What source control systems have file level permissions? |
|
Jun 30 |
comment |
.NET CLR Memory\% Time in GC I will carefully read the article. |
|
Jun 30 |
asked | Are multithreaded apps bound to a single core? |
|
Jun 30 |
asked | .NET CLR Memory\% Time in GC |
|
Jun 27 |
comment |
Database or flat file for 600K records? Hi, what do you mean by "You must batch commits and make sure your log is on a fast array of spindles"? I'm inserting them all inside a transaction, and yes, it would be great to reach 50k records per second but, do I need to use a Batch Mode for that? |
|
Jun 27 |
comment |
c# fast hash calculation Sam, you're right, the problem must be somewhere else. One question, though: Is there a way to hash in chunks? I need to read the file and also to hash it, can I do it in only one pass? |
|
Jun 27 |
comment |
Database or flat file for 600K records? I've seen it on a manual test (actually copying pasting records on an Access table), how can it be so dammed fast? |
|
Jun 27 |
comment |
Database or flat file for 600K records? It dramatically improves things up in MySql, but is still not the fastest thing around: and old test I did with 400K records needed 77sec to execute inserting 1 by 1, and 14sec when done in "batch mode", but then you also have to check you don't pass the mysql package limit (you can tune it on my.cnf). But you can't do that with SqlServer 2005, can you? |
|
Jun 27 |
comment |
Database or flat file for 600K records? Yes, I can tune the code for different backends if required |
|
Jun 27 |
comment |
Database or flat file for 600K records? Fortunately I'm not using triggers :-P. |
|
Jun 27 |
comment |
Database or flat file for 600K records? Unfortunately source data is not coming from a query on an old database |
|
Jun 27 |
comment |
c# fast hash calculation Fortunately I checked I'm using the unmanaged one: MD5CryptoServiceProvider. Loved your profiling example! |
|
Jun 27 |
comment |
c# fast hash calculation @jrista, I'm not so concerned about security since what I'm doing is hashing file contents to quickly check if they changed or not. Hashing and reading in a single pass would might help too. |
|
Jun 27 |
comment |
c# fast hash calculation It can also be IO, you're right, but after my experience with zlib, I was thinking whether switching MD5 implementation would speed things up. |
|
Jun 27 |
comment |
c# fast hash calculation It makes sense. |
|
Jun 27 |
revised |
c# fast hash calculation added 213 characters in body |
|
Jun 27 |
comment |
c# fast hash calculation Thanks. That's what I'm using right now, I'm just wondering if there's a way to make it faster. I'm hashing entire files. |
|
Jun 27 |
asked | Database or flat file for 600K records? |
|
Jun 27 |
asked | c# fast hash calculation |
|
Jun 24 |
answered | What is a good, non-distributed, alternative to subversion that has excellent branching and merging support? |
|
Jun 22 |
answered | Alternatives to Visual Sourcesafe that integrate with Visual Studio |
