Re: [mildly OT] Some info about Python
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [mildly OT] Some info about Python
- From: Andre Leiradella <andre@...>
- Date: 2020年1月15日 22:12:12 +0000
On 15/01/20 22:02, Luiz Henrique de Figueiredo wrote:
Any practical conclusions?
Unfortunately no. It worked just fine, but I didn't measure the
performance difference against recreating the state every time, against
using the system allocator, nor the memory usage impact of not freeing
memory until the script ends.
Cheers,
Andre