Skip to content
Prev 58235 / 63424 Next

object.size vs lobstr::obj_size

On Fri, Mar 27, 2020 at 11:08 AM Tomas Kalibera <tomas.kalibera at gmail.com>
wrote:
I think the heuristic used in lobstr works well in practice: don't traverse
further than the current environment (supplied as an argument so you can
override), and don't ever traverse past the global or base environments.

Hadley