Re: Implementing and optimizing a simple graph metric

2013-09-19 Thread Joseph Rushton Wakeling
On Wednesday, 18 September 2013 at 17:13:28 UTC, bearophile wrote: How many times or how often do you need to call betweenness()? If it's called only few times or once in a while then using the GC is good enough. But if you have to call it many millions of times, all those GC array allocations

Re: [OT] My C++ talk at GoingNative 2013

2013-09-19 Thread Walter Bright
On 9/18/2013 1:23 AM, Olivier Pisano wrote: On Friday, 13 September 2013 at 06:51:52 UTC, deadalnix wrote: There is 2 ask us anything. Can you tell us which one and approximately when ? Yes, the first one ( http://channel9.msdn.com/Events/GoingNative/2013/Interactive-Panel-Ask-Us-Anything )