Displaying 2 results from an estimated 2 matches for "717aa955".
2017 Aug 17
2
High Performance containers
Hi Dean. Thanks for your reply.
The ADT library is exactly what I end up replicating. My library started 2 years ago and at the beginning, what I needed was very different from LLVM. My first containers were:
- A custom std::vector that does not initialize elements to 0 for int, double, etc. This is very important in HPC for the first touch policy used on NUMA architectures. It also allows
2017 Aug 17
2
High Performance containers
...ks, working on pros and cons of APIs on a performance point of view, etc. It anyone think that this could be helpful, it would be great.
François Fayard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170817/717aa955/attachment.html>