We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522205b commit 92d7670Copy full SHA for 92d7670
README.md
@@ -14,7 +14,7 @@ g++ -std=c++14 main.cpp
14
```
15
至于具体如何使用各函数,请参阅参考文档。main.cpp是示例的用户调用代码,也可供参考。
16
17
-如果对性能有所要求,强烈建议编译时开启优化选项。
+如果对性能有所要求,强烈建议编译时开启优化选项(例如,gcc下开起-Ofast优化;msvc下使用release模式)。
18
## Algorithms Used 所用算法
19
对于下面列出的各种功能,均使用多种算法予以实现,下面列出的算法只是其中一种算法(往往是相应功能调用时的默认算法)。
20
0 commit comments