libuv
Stable release
1.52.1[1] Edit this on Wikidata / 6 March 2026; 3 months ago (6 March 2026)
Written inC
Operating systemCross-platform
PlatformLinux, Android, Windows and OS X/Darwin,[2] FreeBSD, OpenBSD
TypeI/O abstraction library
LicenseMIT
Websitelibuv.org Edit this on Wikidata
Repository

libuv is a multi-platform C library that provides support for asynchronous I/O based on event loops. It supports epoll(4), kqueue(2), Windows IOCP, Solaris event ports and Linux io_uring. It is primarily designed for use in Node.js but is also used by other software projects.[3] It was originally an abstraction around libev or Windows IOCP, as libev does not support IOCP. In node-v0.9.0's version of libuv, the dependency on libev was removed.[4]

Features

edit

From:[2]

Origin of the name

edit

According to libuv developer Ben Noordhuis, the name libuv originally had no specific meaning, but as people kept asking about it, they made something up. They came up with Unicorn Velociraptor, which became the logo of the library.[5]

See also

edit

References

edit
  1. ^ libuv. "Release v1.52.1: 2026.03.06, Version 1.52.1 (Stable) · libuv/libuv". Retrieved 7 March 2026.
  2. ^ a b "The libuv project page and source code". GitHub. Retrieved 30 June 2016.
  3. ^ "Projects that use libuv". libuv GitHub project page. Retrieved 13 January 2025.
  4. ^ An introduction to libuv
  5. ^ "What does UV stand for in libuv?". groups.google.com. Retrieved 7 June 2022.
edit

📚 Artikel Terkait di Wikipedia

Node.js

in a loop, called the event loop. Node.js uses libuv under the hood to handle asynchronous events. Libuv is an abstraction layer for network and file system

C (programming language)

LibreSSL Librsb Librsvg libsndfile libsodium Libswscale LibTIFF Libusb libuv LibVLC LibVNCServer Libvpx Libwww libxml2 Libxslt libzip LMDB LittleCMS

Neovim

Protocol (LSP) support, support for asynchronous I/O by using the C library libuv, a built in terminal emulator and support for Lua scripting by using LuaJIT

The C Programming Language

LibreSSL Librsb Librsvg libsndfile libsodium Libswscale LibTIFF Libusb libuv LibVLC LibVNCServer Libvpx Libwww libxml2 Libxslt libzip LMDB LittleCMS

Deno (software)

runtime and garbage collection pressure. Tokio was introduced in place of libuv as the asynchronous event-driven platform, and FlatBuffers was adopted for

Outline of the C programming language

LibreSSL Librsb Librsvg libsndfile libsodium Libswscale LibTIFF Libusb libuv LibVLC LibVNCServer Libvpx Libwww libxml2 Libxslt libzip LMDB LittleCMS

Plan 9 from Bell Labs

machine. It also replaces the Inferno per-platform hosted I/O with Node.js' libuv eventing and I/O for consistent, cross-platform hosting. It's a proof-of-concept

Futures and promises

distributed) asynchronous futures For Ruby: Concurrent Ruby Promise gem libuv gem, implements promises Celluloid gem, implements futures future-resource