one step towards unification of std.algorithm and std.string

bearophile bearophileHUGS at lycos.com
Wed Dec 30 11:47:01 PST 2009


Andrei Alexandrescu:
> I'm quite excited about this because it modularizes the entire case 
> business, opens strings to many algorithms, and allows generalization of 
> string algorithms.

It's nice. In my Python code the caseless operations aren't that common. How much common are those in your code?
Is the nocase leading to a lower performance for some algorithms (like KMP search)?


> Well, that is until I hit http://d.puremagic.com/issues/show_bug.cgi?id=3659

I don't know C++ much, and I have to confess that I have to fully understand the const business still. I hope your book will teach me this topic very well :-)

Bye,
bearophile



More information about the Digitalmars-d mailing list