Show HN: Hexi, modern header-only network binary serialisation for C++ hackers

Over the last few years, I've needed an easy way to quickly serialise and deserialise various network protocols safely and efficiently. Most of the libraries that existed at the time were either quite heavy, had less than stellar performance, or were an abstraction level above what I was looking for.

I decided to put together my own class to do the job, starting with an easy, low-overhead way to move bytes in and out of arbitrary buffers. Along the way, it picked up useful bits and pieces, such as buffer structures and allocators that made the byte shuffling faster, often being able to do it with zero allocations and zero copies. Safety features came along to make sure that malicious packet data or mistakes in the code wouldn't result in segfaults or vulnerabilities.

It's become useful enough to me that I've packaged it up in its own standalone library on the chance that it might be useful to others. It has zero dependencies other than the standard library and has been designed for quick integration into any project within minutes, or seconds with a copy paste of the amalgamated header. It can be used in production code but it's also ideal for for those that want to quickly hack away at binary data with minimal fuss.


Comments URL: https://news.ycombinator.com/item?id=43508061

Points: 7

# Comments: 0

https://github.com/EmberEmu/Hexi

Creată 1mo | 28 mar. 2025, 18:10:03


Autentifică-te pentru a adăuga comentarii

Alte posturi din acest grup

Ask HN: Is there hope for Microsoft 365 support?

The company I work for (25friday.com) has been hit with what seems to be a keyword blacklist on Microsoft 365 email.

In short, if we send out any email to clients using Microsoft 365 as their em

29 apr. 2025, 10:20:10 | Hacker news
Show HN: Flowcode – Turing-complete visual programming platform

Hey HN! I’m Gabriel, and I’m excited to share a project I’ve been working on for the last few years. Flowcode is a visual programming platform that tries to combine the best of both worlds (code a

29 apr. 2025, 10:20:07 | Hacker news