.rehash

bearophile bearophileHUGS at lycos.com
Tue Sep 30 13:58:24 PDT 2008


I think D builtins lack some very useful methods (member functions), like an index() for the arrays, a dup/deepdup for the associative arrays, and so on.
On the other hand I have tried to use the .rehash method few times, but most times its usage increases the total running time of my small program. So do you use the rehash method? If not enough people find it useful, then it may be removed, simplifying the API (freeing *brain* space for more important methods).

Bye,
bearophile



More information about the Digitalmars-d mailing list