THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
GiteaTest2015
/
streamsql
Watch
1
Star
0
Fork
1
mirror of
https://gitee.com/rulego/streamsql.git
synced
2026-07-31 08:07:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a323fe7a732c6ad24736c66f884cf317d909cecf
streamsql
/
cep
T
History
rulego-team
ce3f7e1138
chore: 优化代码注释
2026-07-14 12:42:09 +08:00
..
engine_test.go
fix(cep): code-review 修复(sweeper 保护 pending+上限、SUBSET 超限报错、labelMatches 复用、emitGreedy 短路、sweepInterval 下限)
2026-07-14 09:22:12 +08:00
engine.go
refactor(cep): 简化(rowsLabels 去 wrapper + emitOne 共用主干 + emitGreedy 直接守卫 + sweep 原地过滤 + 无 SUBSET 短路)
2026-07-14 09:31:36 +08:00
eval_test.go
fix(cep): code-review 修复(sweeper 保护 pending+上限、SUBSET 超限报错、labelMatches 复用、emitGreedy 短路、sweepInterval 下限)
2026-07-14 09:22:12 +08:00
eval.go
perf(cep): evalPrepared base map 用 sync.Pool 复用(求值分配 -17~19%、B/op -47%)
2026-07-14 11:56:05 +08:00
nfa_test.go
feat(cep): 支持 MATCH_RECOGNIZE 模式识别
2026-07-13 12:25:07 +08:00
nfa.go
feat(cep): 支持 MATCH_RECOGNIZE 模式识别
2026-07-13 12:25:07 +08:00
pattern_test.go
feat(cep): 支持 MATCH_RECOGNIZE 模式识别
2026-07-13 12:25:07 +08:00
pattern.go
chore: 优化代码注释
2026-07-14 12:42:09 +08:00
stress_test.go
test(cep): 补压力测试(goroutine/堆/分区 LRU/WITHIN sweeper + 吞吐 benchmark)+ 文档场景 SQL 回归
2026-07-14 11:56:06 +08:00