Showing 14 open source projects for "fast performance"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 1
    qryn

    qryn

    All-in-one Polyglot Observability stack with ClickHouse storage

    All the greatest observability formats and integrations you love, at once - LGTM Drop-in compatible. Let's get Polyglot. qryn independently implements popular observability standards, protocols and query languages. Make sure you have sufficient memory and disk resources allocated for your node service and clickhouse server when dealing with large amounts of data and fingerprints. We suggest 8GB RAM or higher for most setups with 100k-1M fingerprints. Observe your daily and weekly data...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Alibaba iLogtail

    Alibaba iLogtail

    Fast and Lightweight Observability Data Collector

    iLogtail was born for observable scenarios and has many production-level features such as lightweight, high performance, and automated configuration, which are widely used internally by Alibaba Group and tens of thousands of external Alibaba Cloud customers. You can deploy it in physical machines, Kubernetes and other environments to collect telemetry data, such as logs, traces and metrics. Supports a variety of Logs, Traces, and Metrics data collection, and is friendly to container and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    manticoresearch

    manticoresearch

    Easy to use open source fast database for search

    ...It speaks SQL over HTTP and uses the MySQL protocol (you can use your preferred MySQL client). JSON over HTTP: to provide a more programmatic way to manage your data and schemas, Manticore provides a HTTP JSON protocol. Written fully in C++: starts fast, doesn't take much RAM, and low-level optimizations provide good performance. Can sync from MySQL/PostgreSQL/ODBC/xml/csv out of the box. Not fully ACID-compliant, but supports transactions and binlog for safe writes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Matchbox

    Matchbox

    Painless peer-to-peer WebRTC networking for rust wasm

    Matchbox is a WebRTC-based networking library for the Bevy game engine, enabling multiplayer games to run in the browser or native environments with peer-to-peer communication. It handles matchmaking, NAT traversal, and synchronization in real-time, making it easier for game developers to add fast and scalable multiplayer features. Designed with simplicity and performance in mind, Matchbox supports both WebAssembly and desktop targets. It’s especially useful for browser-based games that need reliable real-time communication without external dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    AlienFX Tools

    AlienFX Tools

    Alienware systems lights, fans, and power control tools and apps

    AlienFX Tools is a suite of utilities aimed at controlling lighting, fan, and power behaviors on Alienware systems, directly interfacing with USB or ACPI hardware rather than relying on official drivers. This project supports a broad range of effects and modes, allowing users to customize RGB lighting zones, create and switch profiles based on system states (like power source or running applications), and generate lighting behaviors tied to thermal and performance events. Because it operates...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 6
    Seesaw v2

    Seesaw v2

    Seesaw v2 is a Linux Virtual Server based load balancing platform

    ...Built with production reliability in mind, it uses anycast and health-checking to steer traffic to healthy backends while avoiding single points of failure. It supports common load-balancing policies, NAT, and VIP management, and pairs with standard Linux networking primitives for predictable performance. A controller/worker architecture separates configuration and dataplane concerns, enabling safe rollouts and fast failover. Operators get tooling to define services declaratively and to observe the state of pools, backends, and routes. Seesaw aims to be understandable and operable by network and SRE teams who prefer transparent, Linux-native components over opaque appliances.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    netsniff-ng

    netsniff-ng

    A Swiss army knife for your daily Linux network plumbing

    netsniff-ng is a free Linux networking toolkit, a Swiss army knife for your daily Linux network plumbing if you will. Its gain of performance is reached by zero-copy mechanisms, so that on packet reception and transmission the kernel does not need to copy packets from kernel space to user space and vice versa. Our toolkit can be used for network development and analysis, debugging, auditing, or network reconnaissance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    nanomsg

    nanomsg

    nanomsg library

    The nanomsg library is a simple high-performance implementation of several "scalability protocols". These scalability protocols are lightweight messaging protocols that can be used to solve a number of very common messaging patterns, such as request/reply, publish/subscribe, surveyor/respondent, and so forth. These protocols can run over a variety of transports such as TCP, UNIX sockets, and even WebSocket.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Pachtop

    Pachtop

    Cross-platform system monitor with real-time performance and resource

    Pachtop is a fast, open-source system monitoring application that provides a modern and elegant way to view your computer’s performance. Built with Rust, Tauri, and React, it delivers real-time insights into CPU, RAM, disk, and network usage while remaining lightweight and responsive. Designed for Windows, macOS, and Linux, Pachtop displays both system metrics and running applications in a clean, intuitive interface.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    gev

    gev

    Gev is a lightweight, fast non-blocking TCP network library

    Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers. Support custom protocols to quickly and easily build high-performance servers. High-performance event loop based on epoll and kqueue. Support multi-core and multi-threading. Dynamic expansion of read and write buffers implemented by Ring Buffer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Evio

    Evio

    Fast event-loop networking for Go

    Evio is a Go networking framework built around a high-performance event loop (much like libuv or libevent) but tailored for Go, bypassing the standard net package to make direct epoll/kqueue syscalls on supported OSes for maximum throughput. The library is used where ultra-low latency and high packet rates matter (for example, proxy servers or real-time packet handling). It supports TCP, UDP, and UNIX sockets, multiple address binding, and built-in load balancing across event loops (loops...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Ledge

    Ledge

    An RFC compliant and ESI capable HTTP cache for Nginx / OpenResty

    An RFC-compliant and ESI-capable HTTP cache for Nginx / OpenResty, backed by Redis. Ledge can be utilized as a fast, robust, and scalable alternative to Squid / Varnish, etc, either installed standalone or integrated into an existing Nginx server or load balancer. Moreover, it is particularly suited to applications where the origin is expensive or distant, making it desirable to serve from the cache as optimistically as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FastRoute

    FastRoute

    Fast request router for PHP

    This library provides a fast implementation of a regular expression-based router. Firstly, while writing a PHP extension is obviously a lot of fun, it is unlikely to be particularly beneficial in terms of performance unless the code involves computations in tight loops. Porting “normal” components like routers to C is usually a big waste of time. You can get much better results by doing a few small improvements on the algorithmic side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    HIDS SNMP Manager

    Efficiently query and store SNMP performance data

    Have you ever had this happen to you? You notice a problem with your network, and though you have lots of management tools running, querying ports and visualizing data, but either just that exact port you need hasn't been added to your NMS, or the data stored does not cover the detail you need, or has been compressed to compensate for outrageous space requirements ... HIDS SNMP Manager attempts to solve this problem for you. Any device's ports added to it will be logged, without averages to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next