lumbda/whitepaper
russell@unturf.com fc92743b8b whitepaper §6.5: asm native hash-set vs portable — 15-21x speedup
New subsection documents the intra-asm benchmark: same chained-hash
algorithm, same 64 buckets, same hash function; only difference is
whether the bucket walk runs in Scheme (tree-walker) or in asm
(straight-line machine code).

Numbers (N=5,000 integers, i5-8350U):
  insert       129 ms  ->  6 ms   (21x)
  hit-lookup   124 ms  ->  8 ms   (15x)
  miss-lookup  238 ms  -> 12 ms   (19x)

Also registers the bench in §6 reproducibility list.
2026-04-18 06:34:58 -04:00
..
diagrams whitepaper: actually use diagrams — 5 PNGs embedded, .dot sources refreshed 2026-04-17 19:09:16 -04:00
uncommonlisp-whitepaper.pdf whitepaper §6.5: asm native hash-set vs portable — 15-21x speedup 2026-04-18 06:34:58 -04:00
uncommonlisp-whitepaper.rst whitepaper §6.5: asm native hash-set vs portable — 15-21x speedup 2026-04-18 06:34:58 -04:00
WHITEPAPER.pdf Add whitepaper: Feedback Is All You Need 2026-04-14 13:32:42 -04:00
WHITEPAPER.rst Add whitepaper: Feedback Is All You Need 2026-04-14 13:32:42 -04:00
whitepaper.style Add whitepaper: Feedback Is All You Need 2026-04-14 13:32:42 -04:00