token-efficiency
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseToken Efficiency
Token 高效利用
Compressed communication for limited context windows.
适用于有限上下文窗口的精简沟通方式。
Symbol System
符号体系
Logic & Flow
逻辑与流程
| Symbol | Meaning |
|---|---|
| → | leads to, implies |
| ⇒ | transforms to |
| ← | rollback |
| & | and |
| | | or |
| » | sequence/then |
| ∴ | therefore |
| ∵ | because |
| 符号 | 含义 |
|---|---|
| → | 导致,暗含 |
| ⇒ | 转换为 |
| ← | 回滚 |
| & | 和 |
| | | 或 |
| » | 序列/然后 |
| ∴ | 因此 |
| ∵ | 因为 |
Status
状态
| Symbol | Meaning |
|---|---|
| ✅ | complete/pass |
| ❌ | failed/error |
| ⚠️ | warning |
| 🔄 | in progress |
| ⏳ | pending |
| 符号 | 含义 |
|---|---|
| ✅ | 完成/通过 |
| ❌ | 失败/错误 |
| ⚠️ | 警告 |
| 🔄 | 进行中 |
| ⏳ | 待处理 |
Domains
领域
| Symbol | Domain |
|---|---|
| ⚡ | performance |
| 🔍 | analysis |
| 🛡️ | security |
| 🏗️ | architecture |
| 符号 | 领域 |
|---|---|
| ⚡ | 性能 |
| 🔍 | 分析 |
| 🛡️ | 安全 |
| 🏗️ | 架构 |
Abbreviations
缩写列表
- config
cfg - implementation
impl - dependencies
deps - validation
val - performance
perf - security
sec - error
err
- 配置(config)
cfg - 实现(implementation)
impl - 依赖(dependencies)
deps - 验证(validation)
val - 性能(performance)
perf - 安全(security)
sec - 错误(error)
err
Examples
示例
Standard:
"The authentication system has a security vulnerability in the user validation function"
Compressed:
auth.js:45 → 🛡️ sec risk in user val()
Standard:
"Build completed, now running tests, then deploying"
Compressed:
build ✅ » test 🔄 » deploy ⏳
标准表述:
"认证系统的用户验证函数存在安全漏洞"
精简表述:
auth.js:45 → 🛡️ sec risk in user val()
标准表述:
"构建已完成,正在运行测试,随后将进行部署"
精简表述:
build ✅ » test 🔄 » deploy ⏳
When to Use
适用场景
- Context >75% full
- Large codebase analysis
- Complex multi-step workflows
- User requests brevity
- 上下文占用率>75%
- 大型代码库分析
- 复杂多步骤工作流
- 用户要求简洁表达