ATS QUIC Hackathon 2018

2017-10-05 Thread Leif Hedstrom
Hi all, We are planning on having a 2 day Hackathon, in Tokyo Japan. This is right before the IETF QUIC Interrim meeting in Melbourne, for more details, and an RSVP form, see https://cwiki.apache.org/confluence/display/TS/QUIC+Hackathon+2018

Re: [Dependency Proposal] intel::tbb

2017-10-05 Thread Masaori Koshiba
Anybody looked at libcds[1]? It says it's mostly header-only template library of concurrent data structures. It sounds like what we're looking for. And performance looks similar to TBB. ( I'm not -1 to TBB ) - [1] libcds https://github.com/khizmax/libcds - Masaori 2017年10月5日(木) 7:37 Jason Kenny

Re: [Dependency Proposal] intel::tbb

2017-10-05 Thread Jason Kenny
I this we could a lot of value out of TBB. The tasking engine is much better than what we have. However I would not suggest we just replace everything, but instead bring it in and look at "low-hanging" fruit such as the hash map that we can get value out of today. Larger projects as using its advan