Skip to content

Commit

Permalink
Update status of allocator benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeels committed Jul 20, 2016
1 parent fbd1715 commit 425a7ec
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions benchmarks/allocators/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
BDE Allocator Benchmarks
========================
The ISO Working Group 21 paper On Quantifying Memory-Allocation Strategies
(N4468) describes a set of strategies for benchmarking the performance of
memory allocators. The benchmark results contained in the paper are built on
a port of BDE to clang 3.6.

Status
======
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.
The ISO Working Group 21 paper On Quantifying Memory-Allocation Strategies
(N4468) and its two revisions P0089R0 and P0089R1 describe a set of strategies
for benchmarking the performance of memory allocators. The benchmark results
contained in the paper are built on a port of BDE to clang 3.6, which is
available on a fork of this repository at
bde-allocator-benchmarks(https://github.com/bloomberg/bde-allocator-benchmarks).

The benchmark source code for all three papers is also included in
bde-allocator-benchmarks(https://github.com/bloomberg/bde-allocator-benchmarks/tree/master/benchmarks/allocators).

0 comments on commit 425a7ec

Please sign in to comment.