rust-js / rjs

Rust JavaScript interpreter
98 stars 6 forks source link

Improve LocalScope #15

Open pvginkel opened 9 years ago

pvginkel commented 9 years ago

The LocalScope functionality implements support for scoped rooted objects. The current implementation is not performant enough. One way to go is to pool backing storage, e.g. using (something like) https://github.com/frankmcsherry/recycler.