Adding Java and C++ to the MQTT benchmarks or: How I Learned to Stop Worrying and Love the Garbage Collector
Klaim - Joël Lamotte
mjklaim at gmail.com
Thu Jan 9 07:01:26 PST 2014
On Thu, Jan 9, 2014 at 7:11 AM, Manu <turkeyman at gmail.com> wrote:
> You're making a keen assumption here that C programmers use STL. And no
> sane programmer that I've ever worked with uses STL precisely for this
> reason :P
I think this sentence is misleading. I've made high performance application
with no copy with the STL. Your "sane programmers" are just people who
don't want to learn it.
Sane programemrs make sure they know the strengh and pitfalls of their
tools. They don't avoid tools because they make incorrect assomptions, like
you are doing here.
Also, this have nothing to do with STL.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140109/7d0a6f8b/attachment-0001.html>
More information about the Digitalmars-d
mailing list