awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to leandromoreira/linux-network-performance-parameters

Open-source alternatives to Linux Network Performance Parameters

30 open-source projects similar to leandromoreira/linux-network-performance-parameters, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Linux Network Performance Parameters alternative.

  • lmax-exchange/disruptorLMAX-Exchange 的头像

    LMAX-Exchange/disruptor

    18,375在 GitHub 上查看↗

    The Disruptor is a lock-free inter-thread messaging library and high-performance event bus. It implements a concurrent ring buffer designed for high-concurrency and low-latency message sequencing. The project utilizes a specific messaging architecture to eliminate lock contention, enabling high-throughput event routing and the exchange of continuous event streams between threads. It ensures strict first-in-first-out ordering and immediate data visibility across processing threads. The library provides capabilities for lock-free data streaming, sequential data ordering, and sequence-based eve

    Javaconcurrencydisruptorjava
    在 GitHub 上查看↗18,375
  • pry0cc/axiompry0cc 的头像

    pry0cc/axiom

    4,392在 GitHub 上查看↗

    Axiom is a cloud infrastructure orchestrator and distributed security scanning framework. It serves as a manager for deploying, snapshotting, and destroying disposable virtual machine fleets across multiple cloud providers and regions. The project distinguishes itself by automating the provisioning of vulnerability toolsets and security auditing software across these remote servers. It features a mechanism for distributing security scans by sharding target lists across a fleet of instances and aggregating the resulting data into unified files and HTML reports. The system covers a broad range

    Shell
    在 GitHub 上查看↗4,392
  • chikage0o0/linux-netspeedChikage0o0 的头像

    Chikage0o0/Linux-NetSpeed

    3,756在 GitHub 上查看↗

    Linux-NetSpeed is a network performance tuner and TCP congestion control optimizer for Linux systems. It is designed to improve bandwidth utilization, reduce latency, and increase data transfer speeds and throughput. The utility specifically provides scripts to enable and tune the BBR congestion control algorithm. It achieves this by configuring Linux kernel network parameters and managing the loading of congestion control modules. The tool covers a broad range of network optimization and server performance tuning, focusing on accelerating network traffic and overcoming bottlenecks to increa

    Cbbrbbrmod
    在 GitHub 上查看↗3,756

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • montagejs/collectionsmontagejs 的头像

    montagejs/collections

    2,094在 GitHub 上查看↗

    Collections is a JavaScript data structure library that provides unified interfaces for sets, maps, ordered sequences, and key-value storage. It includes capacity-bounded eviction mechanisms, categorical grouping, and set membership collections designed to organize and manage complex datasets through consistent traversal methods. The library offers advanced primitives such as circular ring buffers that automatically discard old entries upon reaching capacity limits, and comparator-driven sorted sequences maintained through binary search positioning. It supports persistent state snapshotting v

    JavaScript
    在 GitHub 上查看↗2,094
  • kodecocodes/swift-algorithm-clubkodecocodes 的头像

    kodecocodes/swift-algorithm-club

    29,099在 GitHub 上查看↗

    This project is a comprehensive collection of common computer science algorithms and data structures implemented in Swift. It serves as an educational reference and library for studying computational complexity, algorithmic logic, and data structure engineering through practical code examples. The repository provides a wide suite of data structure implementations, including various types of linked lists, heaps, hash tables, and an extensive range of hierarchical trees such as Red-Black, B-Tree, and Splay trees. It also covers diverse sorting and searching techniques, from basic bubble sort to

    Swiftalgorithmsdata-structuresswift
    在 GitHub 上查看↗29,099
  • trentm/node-bunyantrentm 的头像

    trentm/node-bunyan

    7,212在 GitHub 上查看↗

    This project is a structured logging framework and library for Node.js applications. It produces machine-readable log records in JSON format with tiered severity levels, ensuring consistent parsing and centralized storage. The system includes a log stream manager for routing records to multiple destinations, such as files and consoles, and a command line interface for filtering, formatting, and visualizing raw JSON log streams. It supports the creation of child loggers that inherit parent configurations and merge additional contextual metadata. The framework covers a broad range of operation

    JavaScript
    在 GitHub 上查看↗7,212
  • boostorg/boostboostorg 的头像

    boostorg/boost

    8,493在 GitHub 上查看↗

    Boost is a collection of portable, high-performance source libraries that extend the C++ standard library. It provides a wide range of reusable components, data structures, and algorithms designed to add capabilities to the base language across different platforms. The project is distinguished by its extensive focus on compile-time template metaprogramming and generic programming. It implements advanced architectural patterns such as policy-based design, concept-based type validation, and the use of SFINAE for conditional template resolution to minimize runtime overhead. The library covers a

    HTML
    在 GitHub 上查看↗8,493
  • redis/rueidisredis 的头像

    redis/rueidis

    2,899在 GitHub 上查看↗

    Rueidis is a high-performance Redis client library for Go that provides a type-safe and asynchronous interface for interacting with Redis servers. It includes a full implementation of the Redis serialization protocol and a dedicated connection manager to handle pooling, multiplexing, and automatic pipelining. The library is distinguished by its support for RDMA connectivity to reduce latency and CPU overhead. It features a distributed lock manager that implements majority-based locking and optimistic concurrency control, as well as client-side caching with invalidation signals to minimize net

    Gocacheclient-side-cachingdistributed
    在 GitHub 上查看↗2,899
  • troydhanson/uthashtroydhanson 的头像

    troydhanson/uthash

    4,732在 GitHub 上查看↗

    uthash is a macro-based data structure library for C that provides header-only implementations of hash tables, linked lists, stacks, and dynamic arrays. It allows for key-based lookups and organized data storage without requiring external library linking. The library uses intrusive linking to embed metadata directly into user-defined structures via macros. This approach enables in-place structure extension, allowing hash and link fields to be added to existing structs without separate memory allocations for container nodes. The project also covers specialized memory and data stream managemen

    C
    在 GitHub 上查看↗4,732
  • riba2534/tcp-ip-networknoteriba2534 的头像

    riba2534/TCP-IP-NetworkNote

    2,505在 GitHub 上查看↗

    TCP-IP-NetworkNote is a comprehensive technical reference and guide for implementing network communication using TCP and UDP sockets in C and C++. It provides a detailed manual for using the POSIX socket API and covers the implementation of network protocols, synchronous and asynchronous I/O patterns, and concurrent programming models. The project is distinguished by its focus on cross-platform networking, offering a detailed comparison of socket implementation details and adaptation utilities between Linux and Windows Winsock environments. It specifically addresses the differences in header

    C
    在 GitHub 上查看↗2,505
  • 0xnr/awesome-analytics0xnr 的头像

    0xnr/awesome-analytics

    4,286在 GitHub 上查看↗

    This project is a curated directory of analytics frameworks and software designed to help users discover tools for measuring user behavior, SEO performance, and mobile application metrics. It serves as a comprehensive resource list organized by specific use cases and tracking requirements. The directory includes a categorized index focused on privacy-preserving analytics software that prioritizes data protection. It covers a wide range of domains, including product analytics for tracking user journeys, SEO performance monitoring for organic search visibility, and general web and mobile tracki

    在 GitHub 上查看↗4,286
  • codecrafters-io/build-your-own-xcodecrafters-io 的头像

    codecrafters-io/build-your-own-x

    516,240在 GitHub 上查看↗

    This project provides a comprehensive framework for creating, managing, and executing educational programming challenges. It includes standardized systems for authoring instructional content, defining test cases, and structuring documentation to ensure consistent learning outcomes. The platform supports a wide range of programming languages through dedicated execution environments that handle compilation, dependency management, and automated testing. The infrastructure facilitates both local and remote development workflows, offering command-line utilities for testing code without requiring v

    Markdownawesome-listfreeprogramming
    在 GitHub 上查看↗516,240
  • awesomedata/awesome-public-datasetsawesomedata 的头像

    awesomedata/awesome-public-datasets

    75,979在 GitHub 上查看↗

    This project is a community-maintained, open-access directory of high-quality public datasets. It serves as a centralized reference point for researchers, developers, and data scientists to locate reliable information sources across a wide spectrum of industries and scientific fields. By providing a structured index, the repository facilitates the discovery of data necessary for exploratory analysis, machine learning model training, and the development of data-intensive applications. The directory distinguishes itself through a lightweight, platform-agnostic approach to resource indexing that

    aaron-swartzawesome-public-datasetsdatasets
    在 GitHub 上查看↗75,979
  • danieldizzy/cryptography_1danieldizzy 的头像

    danieldizzy/Cryptography_1

    49在 GitHub 上查看↗

    Coursera Stanford Cryptography 1 - Thought by Prof. Dan Boneh

    Pythoncoursera-cryptodan-boneh
    在 GitHub 上查看↗49
  • alebcay/awesome-shellalebcay 的头像

    alebcay/awesome-shell

    37,110在 GitHub 上查看↗

    This project is a community-driven directory that serves as a comprehensive index of command-line tools, frameworks, and resources. It functions as a curated knowledge base designed to help users discover software for enhancing terminal environments and streamlining daily development tasks. The collection is maintained through an open-source contribution model, where community members manually verify and organize resources into structured categories. This collaborative approach ensures the directory remains a reliable reference for finding specialized utilities, alternative shell implementati

    awesomeawesome-listbash
    在 GitHub 上查看↗37,110
  • awesome-selfhosted/awesome-selfhostedawesome-selfhosted 的头像

    awesome-selfhosted/awesome-selfhosted

    299,516在 GitHub 上查看↗

    This project is a community-curated directory of open-source software designed for deployment in private server environments and home labs. It serves as a comprehensive resource for discovering independent, self-hosted alternatives to mainstream cloud services, enabling users to maintain full data ownership and control over their digital infrastructure. The directory is structured through a hierarchical taxonomy that organizes a vast collection of applications into logical categories, ranging from media management and data analytics to private communication and team productivity tools. It dis

    awesomeawesome-listcloud
    在 GitHub 上查看↗299,516
  • 0xinfection/awesome-waf0xInfection 的头像

    0xInfection/Awesome-WAF

    7,494在 GitHub 上查看↗
    Pythonawesomeawesome-listbypass-waf
    在 GitHub 上查看↗7,494
  • jaywcjlove/googleJ

    jaywcjlove/google

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • caesar0301/awesome-pcaptoolscaesar0301 的头像

    caesar0301/awesome-pcaptools

    3,397在 GitHub 上查看↗

    A collection of tools developed by other researchers in the Computer Science area to process network traces. All the right reserved for the original authors.

    在 GitHub 上查看↗3,397
  • ashutosh1206/cryptonashutosh1206 的头像

    ashutosh1206/Crypton

    1,596在 GitHub 上查看↗
    Pythoncryptanalysiscryptocryptography
    在 GitHub 上查看↗1,596
  • enochtangg/quick-sql-cheatsheetenochtangg 的头像

    enochtangg/quick-SQL-cheatsheet

    5,406在 GitHub 上查看↗

    This project is a relational database cheat sheet and SQL reference guide. It provides a collection of syntax examples and query documentation for managing relational databases using structured query language. The tool is implemented as a static site with client-side searchable documentation, allowing for immediate filtering of technical content through a browser-based index. The reference covers relational database management, including data retrieval, database schema management, and record maintenance. It also includes guidance on relational data manipulation through table joins and the g

    在 GitHub 上查看↗5,406
  • holybugx/holytipsHolyBugx 的头像

    HolyBugx/HolyTips

    2,011在 GitHub 上查看↗

    A Collection of Notes, Checklists, Writeups on Bug Bounty Hunting and Web Application Security.

    apiapi-securitybugbounty
    在 GitHub 上查看↗2,011
  • hslatman/awesome-threat-intelligencehslatman 的头像

    hslatman/awesome-threat-intelligence

    9,807在 GitHub 上查看↗
    awesomeawesome-listhacktoberfest
    在 GitHub 上查看↗9,807
  • infosecn1nja/red-teaming-toolkitinfosecn1nja 的头像

    infosecn1nja/Red-Teaming-Toolkit

    10,140在 GitHub 上查看↗
    hackinginfosecpentesting
    在 GitHub 上查看↗10,140
  • drduh/macos-security-and-privacy-guidedrduh 的头像

    drduh/macOS-Security-and-Privacy-Guide

    22,449在 GitHub 上查看↗

    This project is a security hardening guide and privacy configuration manual for macOS. It provides a comprehensive set of instructions for configuring system settings to improve privacy, reduce the attack surface, and implement a malware defense framework. The guide covers technical methods for validating software notarization, verifying application sandboxing, and auditing system activity. It distinguishes itself by providing detailed workflows for restricting high-risk features and applying advanced security configurations to protect the operating system. The documentation covers several k

    appledisk-encryptiondnscrypt-proxy
    在 GitHub 上查看↗22,449
  • inquest/awesome-yaraInQuest 的头像

    InQuest/awesome-yara

    4,138在 GitHub 上查看↗
    awesomeawesome-listawesome-yara
    在 GitHub 上查看↗4,138
  • interviewmap/cs-interview-knowledge-mapInterviewMap 的头像

    InterviewMap/CS-Interview-Knowledge-Map

    18,271在 GitHub 上查看↗

    This project is a structured knowledge map and study guide for computer science technical interviews. It serves as a roadmap and reference for core fundamentals, organizing a wide range of technical topics into a categorized guide for developer learning. The knowledge base covers a broad domain of computer science, including data structures, algorithms, and networking protocols. It specifically provides detailed materials for frontend engineering, focusing on JavaScript, browser internals, security, and performance optimization. The project organizes these concepts into a visual knowledge gr

    algorithmsbloginterview
    在 GitHub 上查看↗18,271
  • jakejarvis/awesome-shodan-queriesjakejarvis 的头像

    jakejarvis/awesome-shodan-queries

    7,213在 GitHub 上查看↗
    awesomeawesome-listcloud
    在 GitHub 上查看↗7,213
  • jaywcjlove/awesome-macjaywcjlove 的头像

    jaywcjlove/awesome-mac

    105,841在 GitHub 上查看↗

    This project is a comprehensive, curated collection of software resources designed for the macOS ecosystem. It serves as a centralized directory for discovering applications across a wide range of functional domains, including professional development, system management, and personal productivity. The directory distinguishes itself by offering a highly granular classification of tools that cater to specific technical and creative workflows. It highlights specialized software for software engineering, such as terminal emulators, version control clients, and API development tools, alongside a b

    Swiftappappleapplication
    在 GitHub 上查看↗105,841
  • bregman-arie/devops-exercisesbregman-arie 的头像

    bregman-arie/devops-exercises

    82,879在 GitHub 上查看↗

    This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding challenges, and hands-on scenarios that cover the full spectrum of software delivery and operational workflows. The repository distinguishes itself through a modular, domain-specific structure that links instructional problem statements with verified implementation examples. By emp

    Pythonansibleawsazure
    在 GitHub 上查看↗82,879