will.anderson 9d266aac4c fix(sessions): extract session_search_entry to fix ELC OOM in session_search
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.
2026-07-01 11:25:45 -05:00
S
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%