awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
F-Stack avatar

F-Stack/f-stack

0
View on GitHub↗
4,230 stele·951 fork-uri·C·1 vizualizarewww.f-stack.org↗

F Stack

f-stack este un framework kernel-bypass și un stack TCP/IP user-space conceput pentru a crește viteza de procesare a pachetelor și throughput-ul general. Utilizează DPDK pentru a ruta traficul de rețea direct către user space și integrează un stack de rețea FreeBSD transplantat pentru a gestiona protocoalele de transport și de rețea în afara sistemului de operare host.

Proiectul oferă un strat de compatibilitate socket API care permite aplicațiilor de rețea standard să ruleze pe un backend de înaltă performanță fără a necesita modificări de cod. Include, de asemenea, un API de rețea bazat pe coroutine și o interfață de micro-threading pentru a gestiona IO-ul de rețea asincron și sarcinile stateful fără utilizarea unei logici complexe de callback.

Framework-ul acoperă implementarea TCP/IP cu throughput ridicat, scalarea conexiunilor concurente și multiplexarea IO bazată pe evenimente. Include capabilități de configurare a rutării pentru a determina dacă traficul primit este gestionat de stack-ul user-space sau de stack-ul de rețea standard al kernel-ului.

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.

Istoric stele

Graficul istoricului de stele pentru f-stack/f-stackGraficul istoricului de stele pentru f-stack/f-stack

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru F Stack

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu F Stack.
  • dpdk/dpdkAvatar DPDK

    DPDK/dpdk

    4,277Vezi pe 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
    Vezi pe GitHub↗4,277
  • gevent/geventAvatar gevent

    gevent/gevent

    6,440Vezi pe 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
    Vezi pe GitHub↗6,440
  • idealvin/coostAvatar idealvin

    idealvin/coost

    4,205Vezi pe 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
    Vezi pe GitHub↗4,205
  • eventmachine/eventmachineAvatar eventmachine

    eventmachine/eventmachine

    4,283Vezi pe 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
    Vezi pe GitHub↗4,283
Vezi toate cele 30 alternative pentru F Stack→

Întrebări frecvente

Ce face f-stack/f-stack?

f-stack este un framework kernel-bypass și un stack TCP/IP user-space conceput pentru a crește viteza de procesare a pachetelor și throughput-ul general. Utilizează DPDK pentru a ruta traficul de rețea direct către user space și integrează un stack de rețea FreeBSD transplantat pentru a gestiona protocoalele de transport și de rețea în afara sistemului de operare host.

Care sunt principalele funcționalități ale f-stack/f-stack?

Principalele funcționalități ale f-stack/f-stack sunt: 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.

Care sunt câteva alternative open-source pentru f-stack/f-stack?

Alternativele open-source pentru f-stack/f-stack includ: 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.…