awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
F-Stack avatar

F-Stack/f-stack

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

F Stack

f-stack est un framework de contournement du noyau (kernel-bypass) et une stack TCP/IP en espace utilisateur conçue pour augmenter les vitesses de traitement des paquets et le débit global. Il utilise DPDK pour router le trafic réseau directement vers l'espace utilisateur et intègre une stack réseau FreeBSD transplantée pour gérer les protocoles de transport et de couche réseau en dehors du système d'exploitation hôte.

Le projet fournit une couche de compatibilité d'API socket qui permet aux applications réseau standard de s'exécuter sur un backend haute performance sans nécessiter de changements de code. Il propose également une API réseau basée sur des coroutines et une interface de micro-threading pour gérer les E/S réseau asynchrones et les tâches avec état sans l'utilisation d'une logique de callback complexe.

Le framework couvre l'implémentation TCP/IP à haut débit, la mise à l'échelle des connexions concurrentes et le multiplexage d'E/S piloté par les événements. Il inclut des capacités de configuration de routage pour déterminer si le trafic entrant est géré par la stack en espace utilisateur ou par la stack réseau standard du noyau.

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.

Historique des stars

Graphique de l'historique des stars pour f-stack/f-stackGraphique de l'historique des stars pour f-stack/f-stack

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à F Stack

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec F Stack.
  • dpdk/dpdkAvatar de DPDK

    DPDK/dpdk

    4,277Voir sur 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
    Voir sur GitHub↗4,277
  • gevent/geventAvatar de gevent

    gevent/gevent

    6,440Voir sur 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
    Voir sur GitHub↗6,440
  • idealvin/coostAvatar de idealvin

    idealvin/coost

    4,205Voir sur 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
    Voir sur GitHub↗4,205
  • eventmachine/eventmachineAvatar de eventmachine

    eventmachine/eventmachine

    4,283Voir sur 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
    Voir sur GitHub↗4,283
Voir les 30 alternatives à F Stack→

Questions fréquentes

Que fait f-stack/f-stack ?

f-stack est un framework de contournement du noyau (kernel-bypass) et une stack TCP/IP en espace utilisateur conçue pour augmenter les vitesses de traitement des paquets et le débit global. Il utilise DPDK pour router le trafic réseau directement vers l'espace utilisateur et intègre une stack réseau FreeBSD transplantée pour gérer les protocoles de transport et de couche réseau en dehors du système d'exploitation hôte.

Quelles sont les fonctionnalités principales de f-stack/f-stack ?

Les fonctionnalités principales de f-stack/f-stack sont : 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.

Quelles sont les alternatives open-source à f-stack/f-stack ?

Les alternatives open-source à f-stack/f-stack incluent : 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.…