$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-11-06 14:14:36
From: "Vladimir Voinkov" <voinkovv_at_[hidden]>
> Hi all,
>
> I'm a newcomer. Actually, I was impressed by bind.hpp. Excellent job! it
> should be a new
> standard.
Thank you.
> I've got a question: what about performance of using with standard
> algorithms,
> how much is differ from hand made code?
This depends on how well the compiler optimizes inline functions and
lightweight temporary objects.
I simply use boost::bind (and other tools) freely without worrying about
performance until it's time to optimize. Then I profile and replace (only)
the performance-critical regions with hand-written code.
-- Peter Dimov Multi Media Ltd.