Jacek Sieka a6764670f0
merge: avoid hike allocations (#2472)
hike allocations (and the garbage collection maintenance that follows)
are responsible for some 10% of cpu time (not wall time!) at this point
- this PR avoids them by stepping through the layers one step at a time,
simplifying the code at the same time.
2024-07-11 13:26:46 +02:00
..
2024-07-11 13:26:46 +02:00
2024-07-10 12:19:35 +00:00
2024-05-31 09:13:56 +02:00
2024-06-08 07:41:44 +07:00
2024-06-14 10:08:44 +02:00