Libuv 1.25.0 发布,Node 的跨平台异步 IO 库

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Libuv 是一个专注于异步 I/O 的多平台支持库,主要用于 Node.js。 特性包括: 非阻塞 TCP 套接字 非阻塞命名管道 UDP 定时器 子进程生成 通过 uv_getaddrinfo 实现异步 DNS 异步文件系统 API:uv_fs_* 高分辨率时...

Libuv 是一个专注于异步  I/O 的多平台支持库,主要用于 Node.js。

特性包括:

  • 非阻塞 TCP 套接字

  • 非阻塞命名管道

  • UDP

  • 定时器

  • 子进程生成

  • 通过 uv_getaddrinfo 实现异步 DNS

  • 异步文件系统 API:uv_fs_*

  • 高分辨率时间:uv_hrtime

  • 正在运行程序路径查找:uv_exepath

  • 线程池调度:uv_queue_work

  • TTY控制的ANSI转义代码: uv_tty_t

  • 文件系统事件现在支持 inotify, ReadDirectoryChangesW 和 kqueue。很快会支持事件端口:uv_fs_event_t

  • 进程间的 IPC 与套接字共享:uv_write2

1.25.0 版本更新内容如下:

  • Revert "win,fs: retry if uv_fs_rename fails" (Ben Noordhuis)

  • aix: manually trigger fs event monitoring (Gireesh Punathil)

  • unix: rename WRITE_RETRY_ON_ERROR macro (Ben Noordhuis)

  • darwin: DRY platform-specific error check (Ben Noordhuis)

  • unix: refactor uv__write() (Ben Noordhuis)

  • unix: don't send handle twice on partial write (Ben Noordhuis)

  • tty,win: fix Alt+key under WSL (Bartosz Sosnowski)

  • build: support running tests in out-of-tree builds (Jameson Nash)

  • fsevents: really watch files with fsevents on macos 10.7+ (Jameson Nash)

  • thread,mingw64: need intrin.h header for SSE2 MemoryBarrier (Jameson Nash)

  • win: fix sizeof-pointer-div warning (cjihrig)

  • unix,win: add uv_os_uname() (cjihrig)

  • win, tty: fix CreateFileW() return value check (Bartosz Sosnowski)

  • unix: enable IPv6 tests on OpenBSD (ptlomholt)

  • test: fix test-ipc spawn_helper exit_cb (Santiago Gimeno)

  • test: fix test-ipc tests (Santiago Gimeno)

  • unix: better handling of unsupported F_FULLFSYNC (Victor Costan)

  • win,test: de-flake fs_event_watch_dir_short_path (Refael Ackermann)

  • win: fix msvc warning (sid)

  • openbsd: switch to libuv's barrier implementation (ptlomholt)

  • unix,stream: fix zero byte writes (Santiago Gimeno)

  • ibmi: return EISDIR on read from directory fd (Kevin Adler)

  • build: wrap long lines in Makefile.am (cjihrig)

更新日志


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法数论

算法数论

裴定一、祝跃飞 / 科学出版社 / 2002年09月 / 19.00

本书论述了算法数论的基本内容,其中包括:连分数、代数数域、椭圆曲线、素性检验、大整数因子分解算法、椭圆曲线上的离散对数、超椭圆曲线。本书的特点是内容涉及面广,在有限的篇幅内,包含了必要的预备知识和数学证明,尽可能形成一个完整的体系。并且本书的部分内容曾多次在中国科学院研究生院信息安全国家重点实验室和广州大学作为硕士研究生教材使用。 本书可作为信息安全、数论等专业的研究生教材及相关专业的研究人......一起来看看 《算法数论》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具