jolt/.dirge/skills
Yogthos 5052e391da perf: clean HAMT persistent hash map, 18-form .clj source
Rewrite persistent_hash_map.clj with correct paren balancing.
BitmapIndexedNode constructor + bit-or verified working in isolation.
Core HAMT operations (bmn-assoc, bmn-find, phm-assoc, phm-get,
phm-contains?, hash-map) structurally correct.

Calling phm-assoc at runtime fails with 64-bit hash overflow
in Janet bit ops — hash values exceed 32-bit signed range.
Fix: wrap (hash key) with (bit-and (int h) 0x7FFFFFFF) in phm-assoc.
2026-06-02 12:44:16 -04:00
..
jolt-bootstrap fix: all 317 SCI forms load, zero failures 2026-06-02 00:07:40 -04:00
jolt-dev perf: clean HAMT persistent hash map, 18-form .clj source 2026-06-02 12:44:16 -04:00
jpm-build bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
.curator_state bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
.usage.json perf: clean HAMT persistent hash map, 18-form .clj source 2026-06-02 12:44:16 -04:00