Age | Commit message (Collapse) | Author |
|
It shall not be used by Config_tree, so there is no reason to keep it there.
|
|
|
|
That was not so much of a bad idea after all.
|
|
|
|
Mainly for quickly getting data from a reference tree.
|
|
Make insertion at the beginning default behaviour.
Implement insertion at the end.
|
|
|
|
a tree.
|
|
Making it linear time at cost of knowing the data for all path elements
was probably a bad idea.
|
|
Looks like it was a bad idea.
This reverts commit 7c02dc2a949798a3fea3dbcce5a63888a3f10f51.
|
|
|
|
for multilevel insert.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
insert remains a special case, maybe it can fit it in it if we pass
to functions instead of one (one for "found" and another one for "not found").
|
|
|
|
|
|
|
|
everywhere.
|
|
It's not like there's anything else we can insert or delete.
|
|
Splitting directories was a bit premature and unnecessary.
|
|
|
|
|
|
Right now it doesn't compare data, but maybe it should.
|
|
This is embarassing.
|
|
|
|
|
|
|
|
|