Skip to content

Tags: dallison/cpp_toolbelt

Tags

1.2.4

1.2.3

Add bitmap allocator to PayloadBuffer

This uses a bitmap allocator (optionally) for allocation of small blocks
up to 128 bytes.  It's about twice the speed of the simple allocator
for these block sizes, as the expense of extra memory in the buffer.

1.2.2

Switch off bitmap allocator for now

1.2.1

Fix resize

1.2.0

PayloadBuffer::AllocateMany

1.1.9

Add missing includes

1.1.8

Add PayloadBuffer class

1.1.7

Use latest coroutines release

1.1.6

Fix sockets with invalid address

1.1.5

Fix build breakage