BLIP-Cpp icon indicating copy to clipboard operation
BLIP-Cpp copied to clipboard

C++ implementation of BLIP network protocol

Results 3 BLIP-Cpp issues
Sort by recently updated
recently updated
newest added
trafficstars

This will track executions of mailbox blocks that are logically consequential from each other

This code: https://github.com/couchbaselabs/BLIP-Cpp/blob/0a6346a133860967b4492e6e731843ae9b453587/src/websocket/WebSocketProtocol.hh#L413 ... silently force-closes the connection on failure. It provides the client with absolutely no information about why it is doing so. The code should at least log...

Alternate, newer compression algorithms we can consider: * [Zstandard](https://facebook.github.io/zstd/): "providing high compression ratios … a very wide range of compression / speed trade-off, while being backed by a very fast...