Skip to content

Commit

Permalink
Add case studies and adjust font size.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Sep 4, 2014
1 parent 6ea8459 commit 66a6a5d
Show file tree
Hide file tree
Showing 13 changed files with 152 additions and 87 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
This repository contains my presentation for [CppCon 2014](http://cppcon.org).
This repository contains my (upcoming) presentation for [CppCon 2014](http://cppcon.org).

The presentation is based on [reveal.js](https://github.com/hakimel/reveal.js).

## Disclaimer
I'm still working on the material :). Comments are welcome.

## Basic usage
Go to https://ldionne.github.io/hana-cppcon-2014 or open index.html with
your browser.
Expand Down
4 changes: 2 additions & 2 deletions code/benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ foreach(operation IN ITEMS apply get make_tuple tuple_cat tuple_transform)


# Unbiased benchmarks
boost_hana_add_curve_from_source(benchmark.${operation}.unbiased lambda_tuple_unbiased ${operation}.cpp
boost_hana_add_curve_from_source(benchmark.${operation}.unbiased lambda_tuple ${operation}.cpp
"
((0..50).to_a + (51..500).step(25).to_a).map { |n|
{
Expand All @@ -198,7 +198,7 @@ foreach(operation IN ITEMS apply get make_tuple tuple_cat tuple_transform)
"
)

boost_hana_add_curve_from_source(benchmark.${operation}.unbiased std_tuple_unbiased ${operation}.cpp
boost_hana_add_curve_from_source(benchmark.${operation}.unbiased std_tuple ${operation}.cpp
"
((0..50).to_a + (51..500).step(25).to_a).map { |n|
{
Expand Down
Binary file modified code/benchmark/plots/benchmark.apply.unbiased.memusg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.apply.unbiased.time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.get.unbiased.memusg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.get.unbiased.time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.make_tuple.unbiased.memusg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.make_tuple.unbiased.time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.tuple_cat.unbiased.memusg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.tuple_cat.unbiased.time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.tuple_transform.unbiased.memusg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified code/benchmark/plots/benchmark.tuple_transform.unbiased.time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 66a6a5d

Please sign in to comment.