9d266aac4c933cca0c4e7fd7d5480be1a03c65ff
The while loop in session_search had too many let bindings in scope; the ELC compiler's exponential rebinding accumulation caused OOM and truncation of dist/sessions.c since June 30. Moving the per-node logic into session_search_entry gives the compiler a clean scope boundary per call, restoring O(N) compile behaviour.
…
Merge pull request 'feat(recall): emotional-recall improvements' (#52) from improve/recall-emotional-recall into main
Description
Neuron - the canonical CGI substrate. Real soul.el lives here.
27 MiB
Languages
Emacs Lisp
84.3%
Shell
9%
Python
5%
HTML
1.2%
Dockerfile
0.5%