Jacek Sieka dbabe7e0a7
import: reduce stack usage (#2575)
Because EthBlock is quite large, the stack usage that results from the
multiple copies (temporary and not) present in the import command is
larger than it should be - this PR moves some of that data to a closure
environment allocated once per EthBlock - a larger restructuring of the
code is due but in the meantime, this simple change speeds up garbage
collection a little bit.
2024-08-22 10:06:45 +02:00
..
2024-08-08 07:45:30 +02:00
2024-08-19 09:42:07 +02:00
2024-08-19 08:46:04 +02:00
2024-05-31 09:13:56 +02:00
2024-06-08 07:41:44 +07:00
2024-08-08 07:45:30 +02:00
2024-06-14 10:08:44 +02:00