Skip to content

perf: optimize reasoning store and add Windows silent startup#46

Open
abcduyt1243-git wants to merge 2 commits into
yxlao:mainfrom
abcduyt1243-git:perf/optimize-reasoning-store
Open

perf: optimize reasoning store and add Windows silent startup#46
abcduyt1243-git wants to merge 2 commits into
yxlao:mainfrom
abcduyt1243-git:perf/optimize-reasoning-store

Conversation

@abcduyt1243-git
Copy link
Copy Markdown

reasoning_store: O(n^2) to O(n) incremental hashing, batch backfill COMMIT, add created_at index, WAL mode, prune short-circuit. transform: consume precomputed hashes, user_message_suffix injection. config/server: --user-suffix option. silent-start.pyw + VBS: Windows silent auto-launcher. Typical: 108s to <200ms for 300+ msg conversations.

abcduyt1243-git and others added 2 commits May 29, 2026 09:13
reasoning_store: O(n^2) to O(n) incremental hashing, batch backfill COMMIT, add created_at index, WAL mode, prune short-circuit. transform: consume precomputed hashes, user_message_suffix injection. config/server: --user-suffix option. silent-start.pyw + VBS: Windows silent auto-launcher. Typical: 108s to <200ms for 300+ msg conversations.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant