Skip to content

Commit

Permalink
Update tested platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
alugowski authored Jan 25, 2024
1 parent 44f1d6e commit 0ad92b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Easily add parallelism to your project without introducing heavy dependencies.
* [Small single header file](https://raw.githubusercontent.com/alugowski/task-thread-pool/main/include/task_thread_pool.hpp) and permissive licensing means easy integration.
* Tested on all major platforms and compilers:
* Linux, macOS, Windows
* GCC, LLVM/Clang, MSVC
* GCC, LLVM/Clang, MSVC, MinGW, Emscripten
* CI tests on GCC 7+ and LLVM 5+, should work on older
* C++11, C++14, C++17, C++20, C++23
* Comprehensive test suite, including stress tests.
Expand Down Expand Up @@ -214,4 +214,4 @@ submit_int_lambda_future/paused:0 643 ns 518 ns 1146038
run_1k_packaged_tasks 462965 ns 362080 ns 1939
run_1k_void_lambdas 492022 ns 411069 ns 1712
run_1k_int_lambdas 679579 ns 533813 ns 1368
```
```

0 comments on commit 0ad92b3

Please sign in to comment.