awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
F-Stack avatar

F-Stack/f-stack

0
View on GitHub↗
4,230 estrellas·951 forks·C·1 vistawww.f-stack.org↗

F Stack

f-stack is a kernel-bypass framework and user-space TCP/IP stack designed to increase packet processing speeds and overall throughput. It utilizes DPDK to route network traffic directly to user space and integrates a transplanted FreeBSD network stack to handle transport and network layer protocols outside of the host operating system.

The project provides a socket API compatibility layer that allows standard network applications to run on a high-performance backend without requiring code changes. It also features a coroutine-based network API and micro-threading interface to manage asynchronous network IO and stateful tasks without the use of complex callback logic.

The framework covers high-throughput TCP/IP implementation, concurrent connection scaling, and event-driven IO multiplexing. It includes routing configuration capabilities to determine whether incoming traffic is handled by the user-space stack or the standard kernel network stack.

Features

  • Packet Processing Frameworks - Provides a high-performance framework that routes network traffic to user space via DPDK to eliminate kernel overhead.
  • User-Space Packet Processing - Directs network traffic to user space via DPDK to eliminate kernel overhead and minimize latency.
  • IO Multiplexing - Utilizes high-efficiency notification interfaces to monitor multiple network descriptors on a single thread.
  • DPDK-Based User-Space Network Stacks - Provides a high-performance network stack that bypasses the OS kernel using DPDK and a FreeBSD TCP/IP implementation.
  • High-Throughput TCP/IP Implementations - Implements a FreeBSD network stack in user space to handle massive data throughput and millions of concurrent connections.
  • Network Stack Bypasses - Bypasses the standard kernel network stack to process packets directly in user space for reduced latency.
  • DPDK Integrations - Utilizes the DPDK framework to bypass the kernel networking stack for high-performance networking tools.
  • Socket API Abstractions - Provides a compatibility layer with standard BSD socket interfaces to support existing network applications.
  • Coroutine-Based Sockets - Provides network sockets integrated with a coroutine scheduler for non-blocking asynchronous communication.
  • API Compatibility Layers - Implements a compatibility layer allowing standard socket applications to run on a high-performance user-space backend without code changes.
  • Coroutine-Based Asynchronous I/O - Provides a coroutine-based model to manage high-concurrency network I/O without blocking system threads.
  • TCP/IP Stacks - Implements a full TCP/IP stack based on FreeBSD to manage complex protocol logic and data transmission.
  • User-Space Implementations - Integrates a transplanted FreeBSD network stack to handle transport and network layer protocols in user space.
  • Micro-Threaded Execution - Executes stateful high-latency operations using a micro-threading model to maintain performance without complex callback logic.
  • Micro-Threaded Flow Simplification - Simplifies complex asynchronous network flows using a micro-threading interface to maintain high performance in stateful applications.
  • Concurrent State Coordination - Provides a micro-threading interface for managing shared state and coordinating tasks in asynchronous network applications.
  • Event-Driven I/O - Uses event notification loops to handle high-concurrency network connections in real-time.
  • High-Performance Backend Integrations - Enables standard software services to benefit from a high-performance network backend without requiring code modifications.
  • High-Concurrency Networking - Enables the processing of millions of simultaneous requests per second through a high-performance user-space stack.
  • High-Throughput Network Engineering - Maximizes data transfer rates and concurrency by routing network traffic directly to user space.
  • Network Application Compatibility Layers - Provides compatible interfaces allowing seamless deployment of standard software services in high-performance network environments.
  • User-Space Stack Routing - Implements routing logic to toggle between the standard kernel network stack and the high-performance user-space stack.
  • Embedded Network Stacks - Embeds a full TCP/IP stack directly within the application to remove dependencies on the host operating system.
  • Kernel Bypass Datapaths - Connects software services to a high-performance network backend via kernel-bypass datapaths.
  • Network Event Monitoring Schedulers - Employs low-level schedulers to monitor and trigger network read, write, and close events on connections.
  • Asynchronous Network Programming - Implements an asynchronous programming model for managing stateful network operations and concurrent tasks.
  • Protocol Stacks - High-performance user-space protocol stack based on DPDK.

Historial de estrellas

Gráfico del historial de estrellas de f-stack/f-stackGráfico del historial de estrellas de f-stack/f-stack

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a F Stack

Proyectos open-source similares, clasificados según cuántas características comparten con F Stack.
  • dpdk/dpdkAvatar de DPDK

    DPDK/dpdk

    4,277Ver en GitHub↗

    DPDK is a packet processing framework and kernel bypass networking library designed to accelerate network data plane performance. It provides a user space network stack that moves network data directly from the network interface card to user space, eliminating operating system kernel overhead to achieve high throughput and low latency. The framework utilizes a poll mode driver architecture that replaces interrupt-driven networking with a constant polling mechanism. This approach allows for the implementation of network functions and protocols outside the kernel. The project covers capabiliti

    C
    Ver en GitHub↗4,277
  • gevent/geventAvatar de gevent

    gevent/gevent

    6,440Ver en GitHub↗

    Gevent is a Python coroutine concurrency library and asynchronous task manager designed for high-concurrency I/O tasks. It provides a cooperative networking framework for building asynchronous TCP, UDP, and HTTP servers, as well as a WSGI web server implementation for hosting web applications. The project is distinguished by its standard library monkey-patching tool, which replaces blocking synchronous functions with cooperative versions to enable asynchronous behavior in third-party code. This allows for a cooperative multitasking workflow where the system yields execution during I/O waits t

    Pythonasynciocoroutinesgreenlet
    Ver en GitHub↗6,440
  • idealvin/coostAvatar de idealvin

    idealvin/coost

    4,205Ver en GitHub↗

    Coost is a concurrent network framework and coroutine scheduler designed for building high-performance TCP, HTTP, and RPC services. It provides a set of tools for handling non-blocking IPv4 and IPv6 communication, integrating SSL encryption and a lightweight execution engine that manages concurrent tasks using shared stacks. The project features a specialized JSON RPC implementation for exchanging structured data over encrypted connections and a high-performance logging system. This logging infrastructure supports topic-based routing, frequency filtering, and automated stack trace capture for

    C++benchmarkcoroutineflag
    Ver en GitHub↗4,205
  • eventmachine/eventmachineAvatar de eventmachine

    eventmachine/eventmachine

    4,283Ver en GitHub↗

    EventMachine is a reactor-pattern network framework for Ruby that provides an asynchronous I/O library for performing non-blocking network and file operations. It functions as a network server framework used to build scalable TCP and UDP servers and clients that process multiple simultaneous requests. The framework implements a concurrency model that dispatches network events to registered handlers using a single-threaded event loop. This approach allows for the management of high-concurrency network connections without the overhead of multi-threaded programming. The library covers the devel

    Ruby
    Ver en GitHub↗4,283
Ver las 30 alternativas a F Stack→

Preguntas frecuentes

¿Qué hace f-stack/f-stack?

f-stack is a kernel-bypass framework and user-space TCP/IP stack designed to increase packet processing speeds and overall throughput. It utilizes DPDK to route network traffic directly to user space and integrates a transplanted FreeBSD network stack to handle transport and network layer protocols outside of the host operating system.

¿Cuáles son las características principales de f-stack/f-stack?

Las características principales de f-stack/f-stack son: Packet Processing Frameworks, User-Space Packet Processing, IO Multiplexing, DPDK-Based User-Space Network Stacks, High-Throughput TCP/IP Implementations, Network Stack Bypasses, DPDK Integrations, Socket API Abstractions.

¿Qué alternativas de código abierto existen para f-stack/f-stack?

Las alternativas de código abierto para f-stack/f-stack incluyen: dpdk/dpdk — DPDK is a packet processing framework and kernel bypass networking library designed to accelerate network data plane… gevent/gevent — Gevent is a Python coroutine concurrency library and asynchronous task manager designed for high-concurrency I/O… idealvin/coost — Coost is a concurrent network framework and coroutine scheduler designed for building high-performance TCP, HTTP, and… eventmachine/eventmachine — EventMachine is a reactor-pattern network framework for Ruby that provides an asynchronous I/O library for performing… userver-framework/userver — userver is a comprehensive C++ backend application platform and asynchronous framework designed for building scalable… cesanta/mongoose — Mongoose is an embedded networking library providing TCP/IP stacks, web server hosting, and IoT device connectivity.…