Open pvginkel opened 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.
LocalScope
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.