External memory data-structures library

Mar 17, 2009 11:10

I have been looking for a free C library that supports common data structures (queues, trees, hashes etc.) and algorithms (sort, bulk search etc.) in external memory backed by regular files. One piece of software that I have been able to find as being closest to what I want was stxxl, a C+++ STL for extra large data sets. Please let me know if ( Read more... )

external memory, data structures, algorithms, debian, library

Leave a comment

Comments 2

anonymous March 17 2009, 09:24:06 UTC
hdf5 maybe?

It's not quite what you're after, but perhaps close enough.

Reply

appaji March 23 2009, 05:29:47 UTC
Thank you. I have had another suggestion - to use Bekeley DB and it looks like BDB has an implementation of a Queue, Hash and a B-Tree.

Reply


Leave a comment

Up