Serving the Quantitative Finance Community

 
User avatar
Cuchulainn
Posts: 22925
Joined: July 16th, 2004, 7:38 am

Re: Python: lambda functions.

September 25th, 2023, 2:22 pm

A bit of an overkill in general, imho, since short circuiting in coding is used for efficiency.
BTW, what's your take on std::bitset?
I have found it useful proxy object to other bigger datastructures.