Showing 24 open source projects for "perf"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 1
    Perf Book

    Perf Book

    The book "Performance Analysis and Tuning on Modern CPU"

    This project is a practical guide to performance analysis and tuning on modern CPUs, bridging microarchitecture details with hands-on profiling. It explains how caches, TLBs, prefetchers, branch predictors, and out-of-order execution influence real program speed, then connects those concepts to concrete optimization strategies. Readers learn how to design trustworthy benchmarks, avoid measurement traps (warmup, turbo, frequency scaling), and interpret hardware performance counters. The book...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Hotspot

    Hotspot

    The Linux perf GUI for performance analysis

    This project is a KDAB R&D effort to create a standalone GUI for performance data. As the first goal, we want to provide a UI like KCachegrind around Linux perf. Looking ahead, we intend to support various other performance data formats under this umbrella. The main feature of the hotspot is visualizing a perf.data file graphically. The timeline allows filtering the results by time, process, or thread. The data views will update accordingly. You can also launch perf from the hotspot, to profile a newly started application, or to attach to an already running process(es). ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    Honggfuzz

    Honggfuzz

    Security oriented software fuzzer

    ...It supports multiple fuzzing modes—stdin, file, and networking—so targets can be exercised the same way they run in production. Instrumentation via compiler hooks or hardware/perf counters guides mutations toward previously unseen edges, while persistent mode keeps the target process alive to amortize startup costs. The tool integrates tightly with sanitizers and can attach to already running processes, making it convenient for both white-box and black-box fuzzing. When it finds a crash, honggfuzz captures detailed context, minimizes the input, and can pin reproducibility by controlling CPU affinity and resource limits. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Padrões de commits

    Padrões de commits

    Reference project for creating clear, standardized Git commit messages

    ...It explains semantic commit conventions and how structured messages make project history easier to understand and automate. The guide covers common types such as feat, fix, docs, test, build, perf, style, refactor, chore, and ci. It pairs many commit categories with emojis for quick visual identification. The repository also includes a commit-msg shell hook that can validate messages against Conventional Commits rules. Additional sections provide message examples, Git command references, commit body and footer guidance, and a glossary for common collaboration concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    NekoHyperSeed

    NekoHyperSeed

    NekoHyper Seed Modified Xiaomi HyperOS for marble/marblein device

    Feature: no binary modification (except OFRP and melt kernel) and only added minimal config file modification needed by feature unlock to keep every thing user-side trusted and reviewable Stable and keep updated to Xiaomi offical You can keep your userdata after each update Unlock features without losing security Telegram Group: https://t.me/nekohyper_official 为中国用户提供的镜像下载站: https://nhs.ykmiog6pbx.cn
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    talus-process-monitor

    eBPF ransomware detection with auto-kill for Linux

    ... - eBPF tracepoints: execve / openat / unlink / mkdir — no kernel module, no LSM patching - per-PID scoring with a 1-second sliding window over file-operation rates - automated response: SIGKILL the offending process the moment the threshold breaks - per-CPU perf buffers, zero-copy handoff: ~280k events/s at ~7.6% CPU - optional neural engine (MeMLP) trained online from heuristic verdicts - self-sandboxing agent: CAP_BPF|CAP_PERFMON|CAP_NET_ADMIN, seccomp + Landlock - TUI with live syscall stream, per-PID scores and verdicts Install: pip install talus-process-monitor && talus-monitor install License: MIT — free for commercial use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Eleventy High Performance Blog

    Eleventy High Performance Blog

    A high performance blog template for the 11ty static site generator

    Eleventy High Performance Blog is a production-ready blog starter built on Eleventy (11ty) that treats performance and accessibility as first-class features rather than afterthoughts. It ships with an opinionated set of best practices, pre-rendered HTML, minimal JavaScript, and carefully tuned CSS, so pages are fast even on slow networks and low-end devices. The starter is organized for excellent Core Web Vitals by default, emphasizing fast Largest Contentful Paint, stable layout, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    V8 Perf

    V8 Perf

    Notes and resources related to v8 and thus Node.js performance

    V8 Perf is an educational collection of notes and resources about V8 internals and JavaScript performance in Node.js. It explains how V8 represents JavaScript data internally and how those representations can influence execution speed. Compiler documentation explores the Ignition interpreter, TurboFan optimizer, optimization decisions, and deoptimization behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Angular Performance Checklist

    Angular Performance Checklist

    Cheatsheet for developing lightning fast progressive Angular apps

    Angular Performance Checklist is a practical resource and “cheatsheet” aimed at helping Angular (or AngularJS/Angular-related) developers optimize web application performance, covering both network/load-time optimizations and runtime performance improvements. It outlines actionable recommendations — from bundling and minification, tree-shaking, lazy loading, ahead-of-time (AoT) compilation, resource prefetching, caching and compression, to runtime strategies like change-detection...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    node-in-debugging

    node-in-debugging

    Node.js Debugging Guide

    Node.js Debugging Guide is a Chinese-language technical book and repository about diagnosing performance, memory, code, and production problems in Node.js. Its CPU section introduces Linux perf, FlameGraph, V8 profiling, and the Tick Processor. Memory chapters cover core dumps, llnode, heap snapshots, leak detection, and CPU or memory monitoring. Code-level material examines promises, async and await, stack traces, the event loop, native Rust add-ons, and uncaught exceptions. Tooling lessons use source maps, Chrome DevTools, Visual Studio Code, debugging modules, REPL utilities, and hot reload. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    perf-tools

    perf-tools

    Performance analysis tools based on Linux perf_events and ftrace

    A miscellaneous collection of in-development and unsupported performance analysis tools for Linux ftrace and perf_events (aka the "perf" command). Both ftrace and perf are core Linux tracing tools, included in the kernel source. Your system probably has ftrace already, and perf is often just a package add. These tools are designed to be easy to install (fewest dependencies), provide advanced performance observability, and be simple to use: do one thing and do it well. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    AvalonJs

    AvalonJs

    An elegant efficient express mvvm framework

    Index.html, index1.4.html, index-ng.html, index-vue.html, index-react.html in the perf directory of the test page. If there is a large table or list on the page, other frames will get stuck when the browser loads the page (white screen), while avalon is much smoother. Avalon 2.1.5 supports back-end rendering. The attribute value must be enclosed in double quotes, the label name must be lowercase, and the label must be closed (normally closed, or self-closed).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    Mi-perf

    Miperf is an automated enhancement of iperf tool

    iperf is a tool that can create TCP&UDP data streams and measure the throughput of a network that is carrying them. basically to do this iperf testing, we need 2 machines to act as server and client. we run a command -s in server side and then launch a client connection to a server by typing a command -c in client side. before that we need to enter the webgui of the wifi AP to do some configurations such as, change the frequency mode and channel. so we need to repeat the same process/steps...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    jCodeProfiler

    jCodeProfiler

    A simple and extensible Java profiler

    ...It offers easy extension to generate its own renders, a Jmx service allows renders generation at any time of the execution. It is based on ASM library. The first version contains only the measures of perf methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tous les Kernels compilés par Performant-Hosting
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Inferno

    Inferno

    2D Graphics Library

    ...The framework makes it easy creating platform independent nested windows layers and custom components, It contains some APIs for canvas based 2d game programming (Sound managers etc). Developers can easily create their own components using the apis provided. It's built in high perf engine also capable of complicated graphic processing and propagating events from UI thread as well as other sources (accelerometer...). The engine also enables developer to queue sub processes which can be run synch on Asynch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MultiViL
    MultiViL is a tool for multi-view learning. It supports four classifiers (KNN, Naive-Bayes, Rochio and SVM-Perf), four view combining methods (Majority Voting, Borda Count, Dempster-Shafer theory of evidence and PSO) and provides many analisys tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    This project is intended to track Linux kernel performance by running a set of key benchmarks with latest snapshots of development kernel source tree (Linus’s kernel git tree). Latest benchmark results are hosted here as well as historical data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HDD Perf (HDD stands for Hard Disk Drive) is a small program that places an icon in the systray of your Windows 2000 or XP machine showing how heavily your hard disk drive is used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Stratdate is a third party update tool for Slackware that is based off of phrag's slackmon script.It is written to both maintain a Slackware -current mirror and to safely upgrade to it. This software will work with all internet connections that can perf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is the source of the rpc.rstatd for Linux. rstatd allows to remotly view many system load related parameters with programs like perfmeter or perf.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Perf::Stopwatch is a Perl Module that can be quickly added and removed from any existing code to debug/optimize portions of code. Example of use are: database calls, loop efficiency, total script time, and webpage timeouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ...It allows related and unrelated process to communicate using several methods (FIFOs, PIPEs, shared memory, RPC etc.) using unique, consistent APIs. This will allow the programmer to choose the best and most perf
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next