Am 21.11.2013 19:59, schrieb Jacek Furmankiewicz:

Would that not be a showstopper for any apps currently in production?

It doesn't seem to be progressive, but rather seems to be a single step,
so it's not that bad (I've tested up to 4M requests and it was more or
less steady except for the first 30k requests), plus it has probably
been there for quite some time.

Also note that vibe.d is not yet declared fully production ready
(although it is already used successfully for non-heavy-duty projects).
It's quite good now in most areas, but any new feature or any larger
change can break things and it's never possible to catch all regressions
prior to a release.

Having said that, in a not so distant future, the first stable branch
will emerge from master. And probably in a few weeks, a CI server will
not only check unit tests, but also monitor performance and memory
consumption for each commit. Things should get much more stable then.