aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-17 02:51:52 +0200
committerMattias Andrée <maandree@operamail.com>2014-10-17 02:51:52 +0200
commit23bea051430445d78be3283d7d72c4e978a54981 (patch)
tree3e76a05ad47a4eac00ab54535d544dd7f415cdd6
parentfirst commit (diff)
downloadmalloc-vs-new-23bea051430445d78be3283d7d72c4e978a54981.tar.gz
malloc-vs-new-23bea051430445d78be3283d7d72c4e978a54981.tar.bz2
malloc-vs-new-23bea051430445d78be3283d7d72c4e978a54981.tar.xz
add readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..e2adb86
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+`malloc` is faster than `new` in C++.
+