阅读(518) 书签 (0)

ChatGPT 性能优化 提示词(Prompts)

2023-06-28 14:34 更新

标签:软件开发

中文提示词:

在给定的[语言]代码中识别性能瓶颈并提出优化建议:[代码片段]。

英文提示词:

Identify performance bottlenecks in the given [language] code and suggest optimizations: [code snippet].

中文提示词:

提出对给定的[语言]代码进行更改以改善其内存使用情况的方法:[代码片段]。

英文提示词:

Propose changes to the given [language] code to improve its memory usage: [code snippet].

中文提示词:

建议采用并行化或分布式方式来改进以下[语言]代码的性能:[代码片段]。

英文提示词:

Suggest ways to parallelize or distribute the following [language] code to improve its performance: [code snippet].

中文提示词:

比较使用不同的优化技术或库时给定[语言]代码的性能:[代码片段]。

英文提示词:

Compare the performance of the given [language] code using different optimization techniques or libraries: [code snippet].

中文提示词:

在不同环境或硬件配置中分析以下[语言]代码的性能:[代码片段]。

英文提示词:

Analyze the performance of the following [language] code in different environments or hardware configurations: [code snippet].

提示

  • ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
  • 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加 respond in Chinese,将回复指定为中文。