Max Regan c38117e8a1 Remove cache, rotate arena_get start scan index
This yields a ~23% overall performance improvment. It operates on the
idea that always iterating from the beginning will constantly get slower
as more objects are allocated- the free objects have higher and higher
indices. Instead, rotate around the arena so we
2022-11-30 20:42:44 -05:00
2022-10-09 14:46:27 -04:00
2022-10-14 19:37:12 -04:00
2022-10-09 14:46:27 -04:00
2022-10-09 14:34:22 -04:00
2022-10-28 23:19:19 -04:00

A LISP implementation which aspires to target microcontrollers.
Description
A toy LISP for microcontrollers.
Readme MIT 138 KiB
Languages
C 95%
Python 4.8%
Shell 0.2%