C Performance

Open-source C projects categorized as Performance

Top 19 C Performance Projects

  • systeminformer

    A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com

  • Project mention: System Informer | /r/ITProTuesday | 2023-09-03

    System Informer is a versatile system management tool designed to seamlessly monitor and analyze system resources, troubleshoot software issues, and identify potential malware threats. Offers system activity overviews, intuitive graphs, real-time statistics, active network connection monitoring, detailed disk access information, intricate stack trace analysis, and much more. evily2k describes it "like process explorer on steroids. Allows me to kill process that task manager would say access denied."

  • pyroscope

    Continuous Profiling Platform. Debug performance issues down to a single line of code

  • Project mention: Grafana Pyroscope v1.0.0 Release | news.ycombinator.com | 2023-08-29
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • camerakit-android

    Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.

  • dperf

    dperf is a 100Gbps network load tester.

  • unikraft

    A next-generation cloud native kernel designed to unlock best-in-class performance, security primitives and efficiency savings.

  • Project mention: KraftCloud | news.ycombinator.com | 2024-04-01
  • PHPSpy

    low-overhead sampling profiler for PHP 7+

  • austin

    Python frame stack sampler for CPython

  • Project mention: Memray – A Memory Profiler for Python | news.ycombinator.com | 2024-02-10

    I collected a list of profilers (also memory profilers, also specifically for Python) here: https://github.com/albertz/wiki/blob/master/profiling.md

    Currently I actually need a Python memory profiler, because I want to figure out whether there is some memory leak in my application (PyTorch based training script), and where exactly (in this case, it's not a problem of GPU memory, but CPU memory).

    I tried Scalene (https://github.com/plasma-umass/scalene), which seems to be powerful, but somehow the output it gives me is not useful at all? It doesn't really give me a flamegraph, or a list of the top lines with memory allocations, but instead it gives me a listing of all source code lines, and prints some (very sparse) information on each line. So I need to search through that listing now by hand to find the spots? Maybe I just don't know how to use it properly.

    I tried Memray, but first ran into an issue (https://github.com/bloomberg/memray/issues/212), but after using some workaround, it worked now. I get a flamegraph out, but it doesn't really seem accurate? After a while, there don't seem to be any new memory allocations at all anymore, and I don't quite trust that this is correct.

    There is also Austin (https://github.com/P403n1x87/austin), which I also wanted to try (have not yet).

    Somehow this experience so far was very disappointing.

    (Side node, I debugged some very strange memory allocation behavior of Python before, where all local variables were kept around after an exception, even though I made sure there is no reference anymore to the exception object, to the traceback, etc, and I even called frame.clear() for all frames to really clear it. It turns out, frame.f_locals will create another copy of all the local variables, and the exception object and all the locals in the other frame still stay alive until you access frame.f_locals again. At that point, it will sync the f_locals again with the real (fast) locals, and then it can finally free everything. It was quite annoying to find the source of this problem and to find workarounds for it. https://github.com/python/cpython/issues/113939)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • netsniff-ng

    A Swiss army knife for your daily Linux network plumbing.

  • tcpreplay

    Pcap editing and replay tools for *NIX and Windows - Users please download source from

  • Performance Co-Pilot

    Performance Co-Pilot (by performancecopilot)

  • ObjectBox C/C++ database

    C and C++ database for objects and structs

  • l8w8jwt

    Minimal, OpenSSL-less and super lightweight JWT library written in C.

  • Project mention: L8w8jwt – a minimal, OpenSSL-less and lightweight JWT library written in C | news.ycombinator.com | 2023-07-23
  • libCacheSim

    a high performance library for building cache simulators

  • Project mention: Sieve is simpler than LRU | news.ycombinator.com | 2024-01-03

    https://github.com/1a1a11a/libCacheSim/blob/develop/libCache...

  • LittleIntPacker

    C library to pack and unpack short arrays of integers as fast as possible

  • vht

    vahatraker - a live midi sequencer/tracker for JACK/GTK

  • Project mention: [ANN] vht_332 released | /r/linuxaudio | 2023-05-07
  • perfmode

    Fan/Performance Control for ASUS TUF Gaming laptops

  • preloader

    Preloader 'pre-loads' dynamically linked executables to speed up their load times (by Theldus)

  • Leaf-C-Extended-Library

    A simple library that supplements the simple C programming experience!

  • limitless_times

    Time handling functions which overcome some common limits

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C Performance related posts

Index

What are some of the best open-source Performance projects in C? This list will help you:

Project Stars
1 systeminformer 10,239
2 pyroscope 9,380
3 camerakit-android 5,328
4 dperf 4,411
5 unikraft 2,273
6 PHPSpy 1,390
7 austin 1,353
8 netsniff-ng 1,150
9 tcpreplay 1,116
10 Performance Co-Pilot 939
11 ObjectBox C/C++ database 186
12 l8w8jwt 123
13 libCacheSim 117
14 LittleIntPacker 81
15 vht 41
16 perfmode 21
17 preloader 8
18 Leaf-C-Extended-Library 1
19 limitless_times 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com