https://github.com/swordjs/framework-native-compile
framework-doc-compile by Rust
https://github.com/swordjs/framework-native-compile
Last synced: 6 months ago
JSON representation
framework-doc-compile by Rust
- Host: GitHub
- URL: https://github.com/swordjs/framework-native-compile
- Owner: swordjs
- Created: 2022-09-15T14:09:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T15:55:13.000Z (over 3 years ago)
- Last Synced: 2025-02-25T16:30:56.841Z (over 1 year ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# framework-doc-compile
framework-doc-compile by Rust
## 实现细节
通过高效的tree算法, 对proto进行ast分析, 从而快速编译文档; 那么在nodejs的编译器中会对proto进行签名/hash保存, 避免过大的运算量, 也是一个很粗糙的空间换时间的方案