bloomberg / bde

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Apache License 2.0
1.68k stars 318 forks source link

Publish benchmark source code for N4468 and update notes #216

Closed alexweej closed 8 years ago

alexweej commented 8 years ago

In benchmarks/allocators, there is a comment:

2015-04-29 The benchmark source code for N4468 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4468.pdf) is currently being packaged for publication.

It's been 15 months since this log date, is this still "being packaged"?

abeels commented 8 years ago

The benchmark source code for all three papers (N4468 and its two revisions P0089R0 and P0089R1) is published at bde-allocator-benchmarks.

In addition, Graham Bleaney has written a paper (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0213r0.pdf) validating the results of P0089R0.

alexweej commented 8 years ago

This was the file to which I was referring: https://github.com/bloomberg/bde/tree/af21cbecb6bf2a1ace42bf6ac3c106d4e2d26ed3/benchmarks/allocators

abeels commented 8 years ago

Updated. Thanks for pointing out the discrepancy.