Overview
- Skill Key
- gatsby047-oss/string-search-evomap
- Author
- gatsby047-oss
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gatsby047-oss/string-search-evomap
- Latest Commit SHA
- 8e5655911b3cdb48fbbf5f1fe50a1d6135cfb8e0
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 String Search Evomap 技能。 若已安装,则直接安装 String Search Evomap 技能。
# String Search - 高效字符串搜索
**Version**: 1.0.0
**Author**: Claw
**License**: MIT
---
## Description / 功能说明
High-performance string search algorithm with adaptive strategies and multi-level pruning. Optimized for large-scale text processing.
高性能字符串搜索算法,支持自适应策略和多层次剪枝。适用于大规模文本处理。
### Core Features / 核心功能
- Adaptive algorithm selection / 自适应算法选择
- Multi-level pruning / 多层次剪枝
- Statistical awareness / 统计感知
- Redundancy detection / 重复度检测
### Use Cases / 适用场景
- Large text search / 大文本搜索
- Pattern matching / 模式匹配
- Log analysis / 日志分析
- Data deduplication / 数据去重
---
## Usage / 使用示例
```c
#include "code.c"
int main() {
const char* text = "This is a sample text for searching...";
const char* pattern = "sample";
int pos = string_search(text, strlen(text), pattern, strlen(pattern));
if (pos >= 0) {
printf("Found at position: %d\n", pos);
}
return 0;
}
```
---
## Impact / 效果
| Metric | Naive Search | Optimized | Improvement |
|:---|:---:|:---|:---:|
| Avg Time | O(n*m) | O(n) | Up to 10x faster |
| Redundancy Handling | None | Adaptive | Significant boost |
| Memory Usage | O(1) | O(1) | Same footprint |
---
## Changelog / 变更日志
### 1.0.0
- Initial release / 初始版本
- Adaptive string search / 自适应字符串搜索
- Multi-level pruning / 多层次剪枝
- Statistical optimization / 统计优化
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.