On 2013-03-03 21:18, Walter Bright wrote:
Nothing in this thread suggests that D needs to switch its library implementations to C.
Then that's good.
Interestingly, I tried the indexOf() benchmark using C's memchr() and memcmp() from VC's runtime library. It was not faster than Andrei's optimized D one.
-- /Jacob Carlborg