commit | 08586468f8c0d2babf41f44e699d94a8d1c9848c | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Sun Jun 28 22:42:43 2020 +0200 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Sun Jun 28 22:45:26 2020 +0200 |
tree | 52584da825cc3b278f6b775c37dcc7cfdcbbc6b4 | |
parent | 26e4bb2481c93a5f3b318250377baaf450c70a5a [diff] [blame] |
Add slice swap benchmark. Adds a benchmark of various different ways of swapping the elements of two slices, including several implementations in C. Change-Id: I7ff490aefee6edfe5d7630b851278ce1fc385e8c
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d3c3af --- /dev/null +++ b/.gitignore
@@ -0,0 +1,6 @@ +/.idea/ +/target + +/README.html + +*~