Kernel Tree implementation

Julien Maladrie julien at maladrie.fr
Thu Jul 23 13:58:06 CDT 2009


Hello everyone,

I'm trying to store a list of "file hashes" into a list. This list has to be really fast to browse. I first used the kernel linked list implementation because insertions were pretty quick. Is there any tree implementation within the kernel I could use? 

Thanks a lot,

Julien


More information about the Kernel-mentors mailing list