Skip to content

Commit 7d36292

Browse files
committed
Clarify Clang benchmark results
1 parent 5341dc7 commit 7d36292

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,22 @@ generating a tuple with 265 elements via `std::tuple_cat`.
2424

2525
Apple LLVM 7.0 (~Clang 3.7) with libc++'s `std::tuple` requires 70s and an instantiation
2626
depth of 514 to compile the example. `tao::tuple` requires 1.7s and an instantiation depth
27-
of 15 on the same system.
27+
of 15 on the same system. This case does *not* change `std::integer_sequence` or
28+
`std::make_integer_sequence`, all improvements are coming from all the *other* improvements
29+
from avoiding recursion.
2830

2931
## Compatibility
3032

3133
* Requires C++11 or newer.
32-
* Tested with GCC 4.8+ and Clang 3.4+.
34+
* Tested with GCC 4.8+, Clang 3.4+, and Visual Studio 2017.
35+
36+
## Changelog
37+
38+
### 1.0.0
39+
40+
**Not yet released**
41+
42+
* Initial release.
3343

3444
## License
3545

0 commit comments

Comments
 (0)