Forum OpenACS Development: Re: Site nodes scaling problem

Collapse
Posted by Jonathan Ellis on
nsv is quite fast -- not as fast as a native tcl array for lookup and setting but it's going to be very significantly faster than an array set approach for large structures.  array set is O(N) for N keys, after all.