File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Currently, the following approaches are compared:
2424 - [ yy_double] ( https://github.com/ibireme/yyjson/issues/200#issuecomment-2726783097 )
2525 - [ SwiftDtoa] ( https://github.com/swiftlang/swift/blob/main/stdlib/public/runtime/SwiftDtoa.cpp )
2626
27- If you have a recent version of CMake (3.29 or better) under linux, you can simply
27+ If you have a recent version of CMake under linux or macOS , you can simply
2828go in the directory and type the following commands:
2929
3030```
@@ -33,6 +33,8 @@ cmake --build build
3333./build/benchmarks/benchmark
3434```
3535
36+ We also support Visual Studio, please refer to the cmake documentation.
37+
3638You may use docker to run these benchmarks easily on a variety of platforms: see https://github.com/lemire/docker_programming_station
3739
3840## Windows
You can’t perform that action at this time.
0 commit comments