libdas2
das2 core C utilities
|
Move child relationship into the descriptor base class, parent is there but the other direction is missing
This implementation is very inefficient requring many small malloc's and order(N) object lookups. It also has types, keys and values all mixed together in the same array or the same value. This makes object lookup a wierd i+=2 iteration with ":" searches. We only get away with this because not much is stored in the properies arrays.