Hello,

I've been a user of Judy for about a decade, having made excellent use of
it at eBay & Silver Tail Systems. I am working at a new company where we
have a problem that I suspect might benefit from the use of Judy1 sets.
However, we would need an extension to the API. We basically need the
following:

int    Judy1Set*Range*(  PPvoid_t PPJ1Array, *Word_t First, Word_t
Last*,  PJError_t PJError);
int    Judy1Unset*Range*(PPvoid_t PPJ1Array, *Word_t First, Word_t
Last*,  PJError_t PJError);

*We could implement these functions as loops over Judy1Set and
Judy1Unset, but I bet Judy1 could be much smarter about the operations
performed on the internal data structure using this API. Is this
something that could be easily added?*


Thanks,
Jim Lloyd
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Judy-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/judy-devel

Reply via email to