Dear All
not sure if this the right place to ask my question.
Being a novice to C after a long history of FORTRAN programming .
I have an application where I need a large number of Judy arrays
that are being filled in a loop.
If this were a single Judy array
Pvoid_t PJArray = (PWord_t)NULL; // Judy array.
PWord_t PValue; // Judy array element.
Word_t Bytes; // size of JudySL array.
to be filled like:
JSLI(PValue, PJArray, key);
Instead I would need something like :
for (i = 0; i < nsnp; i++) {
key=something;
JSLI(PValue, PJArray[i], key);
}
I assume that this can somehow be done by using a pointer
instead of PJArray but have no clue how that is done in this context.
maybe someone has an idea.
thanks in advance
Tred
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Judy-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/judy-devel