一款强大的 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://www.codercto.com/soft/d/13586.html

Computing Patterns in Strings

Computing Patterns in Strings

Bill Smyth / Addison Wesley / 2003 / $ 75.00

The computation of patterns in strings is a fundamental requirement in many areas of science and information processing. The operation of a text editor, the lexical analysis of a computer program, the......一起来看看 《Computing Patterns in Strings》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换