Serving the Quantitative Finance Community

Search found 108 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 8
by kevin08
February 9th, 2010, 8:48 am
Forum: Programming and Software Forum
Topic: Why to compile boost
Replies: 5
Views: 33359

Why to compile boost

It is not about performance. Some libraries simply won't link if *.lib files aren't present. Those libraries which require building aren't header only, I guess.
by kevin08
February 8th, 2010, 8:26 pm
Forum: Programming and Software Forum
Topic: Why to compile boost
Replies: 5
Views: 33359

Why to compile boost

Why some of the boost libraries must be precompiled dispute consisting of headers only? Any ideas? Thank you.
by kevin08
February 7th, 2010, 3:42 pm
Forum: Careers Forum
Topic: Roadmap to become an Excellent Quant
Replies: 37
Views: 38573

Roadmap to become an Excellent Quant

QuoteOriginally posted by: deepvalueQuoteOriginally posted by: kevin08(3) But first of all make sure to marry a wealthy and beautiful woman of breading age, why should she be of breading age? you need her to make you bread?It be breeding, i guess.
by kevin08
February 7th, 2010, 6:12 am
Forum: Careers Forum
Topic: Bruce Lee's last interview: encouraging people in career forum
Replies: 10
Views: 34737

Bruce Lee's last interview: encouraging people in career forum

In your view, who would make a better quant, Bruce or Chuch? Please explain your reasoning. Thank you.
by kevin08
February 7th, 2010, 12:53 am
Forum: Careers Forum
Topic: Roadmap to become an Excellent Quant
Replies: 37
Views: 38573

Roadmap to become an Excellent Quant

<t>(1) Stay in engineering, don't bother with MFE.(2) Finish your studies and join some Swiss patent office.(3) But first of all make sure to marry a wealthy and beautiful woman of breading age, preferably with Ph.D. in numerate field from top 10 school.That all you need to do ground-breaking cuttin...
by kevin08
February 1st, 2010, 12:25 pm
Forum: Programming and Software Forum
Topic: QuantLib exception safety
Replies: 3
Views: 33179

QuantLib exception safety

<t>If (*i)->registerObserver(this) in Observer's copy constructor fails, some of the observables may end up with the copy of soon to be dead pointer this.If h->registerObserver(this) in Observer::registerWith fails, then h won't add this to its attention list, but this will be linked to the observab...
by kevin08
February 1st, 2010, 2:24 am
Forum: Programming and Software Forum
Topic: QuantLib exception safety
Replies: 3
Views: 33179

QuantLib exception safety

<t>It may sound paranoid, but copy contractor, assignment and registerWith methods of Observable class aren't exception safe. The danger maybe purely theoretical, though. If Observable::registerObserver throws, then some of the objects mey be corrupted. What do you think?Below is copy&paste from...
by kevin08
January 24th, 2010, 3:46 pm
Forum: Programming and Software Forum
Topic: boost books
Replies: 14
Views: 35802

boost books

"The C++ Standard Library Extensions: A Tutorial and Reference" by Pete Becker covers TR1 in details and has many examples. TR1 is basically a part of boost which is to be included into C++0x. Visual Studio 2008 SP1 implements most of TR1.
by kevin08
January 24th, 2010, 3:30 pm
Forum: Programming and Software Forum
Topic: Visual Studio 2010 beta 2
Replies: 15
Views: 36486

Visual Studio 2010 beta 2

What do you think about Parallel Patterns Library? How it compares to TBB?
by kevin08
January 14th, 2010, 9:38 am
Forum: Programming and Software Forum
Topic: C++: to brunch or not to brunch
Replies: 31
Views: 39563

C++: to brunch or not to brunch

Mister President,We badly need to pass that amendment banning overly long function names. Balancing the budget and bailouts can wait until 2012, Sir!
by kevin08
January 10th, 2010, 8:27 am
Forum: Programming and Software Forum
Topic: C++: to brunch or not to brunch
Replies: 31
Views: 39563

C++: to brunch or not to brunch

hm... now I am not sure if brunch has a verb form.Anyway, is there any practically important difference between two versions?
by kevin08
January 10th, 2010, 6:25 am
Forum: Programming and Software Forum
Topic: C++: to brunch or not to brunch
Replies: 31
Views: 39563

C++: to brunch or not to brunch

My dear friend Horatio,Which of the two simple implementations thou like the most? And why?
by kevin08
December 29th, 2009, 9:15 am
Forum: Programming and Software Forum
Topic: Boost mutex types
Replies: 12
Views: 37971

Boost mutex types

Thanks Cuchulainn, that was very illuminating.Happy new year to you all wilmotters .
by kevin08
December 26th, 2009, 5:16 pm
Forum: Programming and Software Forum
Topic: Boost mutex types
Replies: 12
Views: 37971

Boost mutex types

What is incremental approach?No patters yet. TBB parallel algorithms seem to be adequate so far. If possible, I will try not to use threads explicitly.
by kevin08
December 25th, 2009, 12:07 pm
Forum: Programming and Software Forum
Topic: Boost mutex types
Replies: 12
Views: 37971

Boost mutex types

By the way, I am trying to marry QuantLib and TBB. My early experience with TBB is very positive. Does Java or C# has similar high level constructs for concurrent programming?
  • 1
  • 2
  • 3
  • 4
  • 5
  • 8