Results 1 to 2 of 2
Hi
I have a strong feeling that Linux Kernel uses hash tables for updatedb and slocate. Is this true? (I did not find this info at Google \). Also I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-07-2006 #1
Hash Table and updatedb
Hi
I have a strong feeling that Linux Kernel uses hash tables for updatedb and slocate. Is this true? (I did not find this info at Google
\). Also I will like to know where else is hashing used in Linux. Also what do the Windows guys do for searching?
- 05-08-2006 #2
I'm not sure about updatedb and slocate use hash tables... it is possible, but they are user-space programs, so they are independent to file searching in the linux kernel.
However, you're right, the linux kernel uses hash tables, for instance to deal with processes.
Best regards


Reply With Quote
