Since 4/25/2012 10:08:05 PM, root32 has written 1 articles and participated in 397 conversations. root32 signature: root32
root32's articles:
Items(1) /1
Hashtable performance metric1322 (10/26/2008 1:50:31 PM) comp.programming A problem that has been on my mind for a long time: how to express the performance of a hashtable, preferably in one number. Currently I seem to prefer the "number of hops" needed to access all elements (I ... Moi
Overhead of Disk Read and write , Input/ output , etc327 (5/3/2010 8:18:35 AM) comp.programming Hello all , For this problem i did a lot of searching but didn't get much.... I wanted to know on modern machines ( PC's i mean say X86 one) what is the average number of machine cycles required to read/write... mohangupta13(109)
quick way to delete files721 (5/15/2010 10:56:27 PM) comp.programming Does anyone know of a quick way I can delete files from a list? I untarball'd my gcc and directed stdout to a list. Can I make a few changes in bash, C, or perl to erase the files listed? Bill ... nospam116(1187)
String comparisons (Billions)327 (5/16/2010 5:36:29 PM) comp.unix.programmer First let me say that I am not a computer science student. So I am not trying to get help with my homework. I am an IT professional who supports unix, linux and some windows. Mostly on the enterprise server ... mcteague409(1)
Why linking?1838 (5/19/2010 8:18:59 PM) comp.unix.programmer In a program I include the file zlib.h. When I include that file I suddenly needs to specify a library file which it should "link against". Why does some .h files need a library file and what does it mean tha... carl
Handling partial recv()s3491 (6/30/2010 10:48:45 AM) comp.unix.programmer I searched the archives a lot here and found zero solutions to my problem. There is a lot of discussion on this subject and almost 99% of it focuses on "You already know what the length of incoming data is". ... sunrise2(598)
gcc & glibc2040 (7/6/2010 12:59:04 PM) comp.unix.programmer Hi All, I am a bit confused about one thing: at what degree a C compiler is indipendent from the operating system it is running on? I mean, for example, the time_t type is implemented in gcc or in glibc? gcc c... vincenzo.mercuri(12)
Are mmap and malloc amicable?1356 (8/14/2010 9:38:01 AM) comp.unix.programmer Hopefully, a quick question: Can I safely combine the use of malloc/realloc/free with mmap in the same program? Or, more precisely, if I mmap an anonymous map, and accumulate data in increasing addresses, am I ... mijoryx(954)