Open carlhoerberg opened 1 year ago
Allocate memory manually for the Table instead of relying on IO::Memory, which caused unnecessary heap allocations when the Table was empty.
IO::Memory
This PR produces between 7 and 20% higher throughput in LavinMQ.
Allocate memory manually for the Table instead of relying on
IO::Memory
, which caused unnecessary heap allocations when the Table was empty.This PR produces between 7 and 20% higher throughput in LavinMQ.