Onwards Versions Save

C++ messaging and serialization library

v1,15,6

8 months ago

Support for more data types for message lengths. Previously message lengths were always 4 bytes. I used this, for example, to reduce the size of the type used for message lengths between the front and middle tiers of the C++ Middleware Writer.

Support for std::variant.

The middle tier is Linux-only now rather than POSIX/poll based. After porting the back tier of the CMW from kevent to io_uring, I decided to use io_uring in the middle tier also.

Refactoring and bug fixes.

I hope this helps you to enjoy programming again.

v.1.15.5

1 year ago

Support for more data types for message lengths. Previously message lengths were always 4 bytes. I used this, for example, to reduce the size of the type used for message lengths between the front and middle tiers of the C++ Middleware Writer.

Support for std::variant.

The middle tier is Linux-only now rather than POSIX/poll based. After porting the back tier of the CMW from kevent to io_uring, I decided to use io_uring in the middle tier also.

Refactoring and bug fixes.

I hope this helps you to enjoy programming again.