←back to thread

118 points Chaosvex | 2 comments | | HN request time: 0s | source

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.

Show context
connicpu ◴[] No.43509129[source]
I know it's a convention since the inception of the language, but the operator overload abuse of the bitshift operator still makes me sad every time I see it :(
replies(4): >>43509147 #>>43509690 #>>43513289 #>>43517684 #
1. bluGill ◴[] No.43509690[source]
You are not alone. many on the standard committee are trying to get rid of it. std::print is the new way to do io instead of cout in part so you don't have to abuse shift for io. This is new in c++23 though so few people know about it.

Bjarne appears to prefer cout though, so it isn't universal.

replies(1): >>43510243 #
2. soursoup ◴[] No.43510243[source]
Danish Bjarne may have his < right next to lshift. He needs to use shift+. to enter colon.

On US layout colon is a single keypress but < is shift+.

This may explain the discrepancy.

—- from someone who read Bjarne at 16yo. All hail the Bjarne