Message415925
> I posted remove-bytes-hash.patch in this issue. Would you measure how this affects whole application performance rather than micro benchmarks?
I guess not much difference in benchmarks.
But if put a bytes object into multiple dicts/sets, and len(bytes_key) is large, it will take a long time. (1 GiB 0.40 seconds on i5-11500 DDR4-3200)
The length of bytes can be arbitrary,so computing time may be very different.
Is it possible to let code objects use other types? In addition to ob_hash, maybe the extra byte \x00 at the end can be saved. |
|
Date |
User |
Action |
Args |
2022-03-24 07:22:52 | malin | set | recipients:
+ malin, christian.heimes, methane, serhiy.storchaka, brandtbucher |
2022-03-24 07:22:52 | malin | set | messageid: <1648106572.01.0.224830125924.issue46864@roundup.psfhosted.org> |
2022-03-24 07:22:51 | malin | link | issue46864 messages |
2022-03-24 07:22:51 | malin | create | |
|