H
herbasher
I need a few pointers. It isn't really related to C but I'm not sure
where to post, and thought this group probably has really smart
programmers.
I need to store and manipulate a big tree structure.
What I need is essentially
* variable sized strings organized in a tree, plus
* the ability to iterate through children quickly
This is very vague, although any pointers will help my thought
process. I figured filesystems must have the most advanced
technologies of storing trees (files and directories are stored in
trees), and I looked at ReiserFS/4, but that is just overkill for me,
since all I need is storing strings in a tree, and not files/folders.
Muchas Gracias,
Herb Asher
where to post, and thought this group probably has really smart
programmers.
I need to store and manipulate a big tree structure.
What I need is essentially
* variable sized strings organized in a tree, plus
* the ability to iterate through children quickly
This is very vague, although any pointers will help my thought
process. I figured filesystems must have the most advanced
technologies of storing trees (files and directories are stored in
trees), and I looked at ReiserFS/4, but that is just overkill for me,
since all I need is storing strings in a tree, and not files/folders.
Muchas Gracias,
Herb Asher