On Thu, Aug 05, 2021 at 10:56:24AM +0300, Sergey Aleynikov wrote: > вт, 3 авг. 2021 г. в 17:28, Nicholas Clark <nick@ccl4.org>: > > > >HvARRAY can't be replaced or emulated. I think that 14 distros use it: > > You've missed XS::Framework and everything that depends on it. Maybe > you've searched only in .xs files? You should add at least .h, but on > a full grep I see more - for example threads:tbb in .cc for a total of > 24 distributions. I did. The trick seems to be to skip the web interface and go direct to the command line. This makes it easy to filter out ppport.h, and bulk extract disto names without worrying about pagers. Cloning https://github.com/metacpan/metacpan-cpan-extracted "only" takes 15G. > For our (mine/syber) modules, HvARRAY usage is to avoid > tiedness/boundary checks for internal hashes that we iterate over, so > if a replacement API does them - it's useless for this particular > purpose. We don't mind adopting our code for new internals, they just > shouldn't be "too closed" behind static functions. Yes, thanks for the heads up. I looked at XS::Framework, and I think the existing inline functions exposed in the proof of concept are enough to cover it, with possibly one more needed. It probably helps that my iterator design started out with looking at C++ STL code :-) Nicholas ClarkThread Previous | Thread Next