一款强大的 C++ 协程库 CxxFiber

码农软件 · 软件分类 · 高性能网络开发库 · 2019-08-31 17:28:57

软件介绍

CxxFiber 是一款强大的 C++ 协程库

支持常用的 IO api hook 功能,包括 sendfile、gethostbyname 等,甚至包括 epoll/kqueue 本身;支持协程作用域控制(离开协程作用域则回到普通线程)

特点

  • 跨平台:同时支持 Linux32/64、OS X 64两个平台,支持 C++98;

  • 高性能:网络性能强劲,支持海量协程,从此单机 1000K 不再是问题;

  • 易开发:同步的方式编写代码,API 优雅简洁、简单易用、开发高效;

  • 强融合:支持进程、线程、协程的混合使用,各司其职,充分发挥各自优点;

本文地址:https://codercto.com/soft/d/13586.html

Mastering Bitcoin

Mastering Bitcoin

Andreas M. Antonopoulos / O'Reilly Media / 2014-12-20 / USD 34.99

Mastering Bitcoin tells you everything you need to know about joining one of the most exciting revolutions since the invention of the web: digital money. Bitcoin is the first successful digital curren......一起来看看 《Mastering Bitcoin》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具