jorendorff / cell-gc

A very small GC in Rust, with a safe API
MIT License
61 stars 4 forks source link

lisp: Share name lists between Code and runtime Environments #27

Closed jorendorff closed 7 years ago

jorendorff commented 7 years ago

Right now we make copies every time you activate a function. Waiting to fix until we have some kind of benchmark.

jorendorff commented 7 years ago

Waiting is dumb.