[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Object system
- From: Mark Hamburg <mhamburg@...>
- Date: Mon, 06 Dec 2004 11:22:35 -0800
Note that this system incurs the overhead of allocating a closure on every
method call. If one is willing to pay that overhead, it's probably worth
looking at what Python does on method dispatch since as I recall it has a
fairly flexible implementation but it too pays the closure creation price.
But I am not a Python expert by any means.
Mark