How to parse/tokenize only INDENT and DEDENT tokens?
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 35/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 停滞
- 技术栈
- javascript, typescript
- 领域
- compilers, performance
调研方向
首先阅读 getAllTokens 的实现,以及 dt-python-parser 使用的 parser/tokenizer 入口点。对一个 5,000 行的 Python 文件进行标记化基准测试,重点关注被标识为 token 类型 93 和 94 的 INDENT 和 DEDENT 位置;当这些位置以明显少于 getAllTokens 的等待时间返回时,即表示完成。
由索引模型根据 Issue 内容生成。
描述
Hello, I'm working on my VS Code extension, blockman, it renders blocks based on nested code blocks to make it easier to visually perceive the code.
video:
https://youtu.be/2Ajh8WQJvHs
The "dt-python-parser" package works really well, I use "getAllTokens" function to get all the tokens from python text file and then filter only type 93 (INDENT) and type 94 (DEDENT).
I need only INDENT and DEDENT locations, nothing more, but the "getAllTokens" function tokenizes everything and therefore losing much time, so if the file has more than 1000 lines, like 5000 lines or so, getAllTokens function takes many seconds to return the value, so rendering blocks take more time and waiting is not very comfortable for a user.
So, for the optimization, can I use the parser/tokenizer in such way that it would parse only INDENT/DEDENT locations and nothing more?
- 主要语言
- JavaScript
- 星标
- 25
- 派生
- 7
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
DTStack/dt-python-parser 的其他 Issue
-
难度 3/5 1-2 天 新手友好度 48/100
DTStack/dt-python-parser#28 ·
-
难度 5/5 一周以上 新手友好度 20/100
DTStack/dt-python-parser#27 · 1 条评论 ·
-
难度 3/5 1-2 天 新手友好度 45/100
DTStack/dt-python-parser#26 ·
-
难度 3/5 1-2 天 新手友好度 45/100
DTStack/dt-python-parser#24 · 1 条评论 ·
-
难度 5/5 一周以上 新手友好度 15/100
DTStack/dt-python-parser#15 · 3 条评论 ·
查看 DTStack/dt-python-parser 的全部 Issue
相似的 Issue
-
bug customer-eng Durable Agents Inngest status: needs triage
难度 2/5 1-3 小时 新手友好度 82/100
-
optimization optimization:agents-md-curator
难度 2/5 1-3 小时 新手友好度 75/100
githubnext/gh-aw-cao#13475 ·
-
[BUG]: "Clear All" in Settings doesn't clear the saved analysis, old data comes back after reload 未关闭bug
难度 2/5 1-3 小时 新手友好度 88/100
AOSSIE-Org/OrgExplorer#253 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 88/100
oxc-project/oxc#26944 ·
-
ai-observability bug team/ai-observability
难度 2/5 1-3 小时 新手友好度 78/100