awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to bytedance/g3

Projects sharing features with Bytedance G3

30 open-source projects similar to bytedance/g3, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • koute/bytehoundkoute avatar

    koute/bytehound

    4,791View on GitHub↗

    Bytehound is a Linux memory profiler that utilizes a custom global allocator to intercept memory requests and track allocations and deallocations. It records full call-stack traces for every memory operation to map allocations back to their originating source code. The project features a remote memory profiling system that streams capture data via network sockets to a separate machine, minimizing resource overhead on the target system. Analysis is supported by a specialized domain-specific query language used to automate the detection of memory patterns and anomalies. The tool covers heap al

    Cmemory-profilermemory-profilingprofiler
    View on GitHub↗4,791
  • bencherdev/bencherbencherdev avatar

    bencherdev/bencher

    856View on GitHub↗

    🐰 Bencher - Continuous Benchmarking

    Rustbenchmarkbenchmarkingcd
    View on GitHub↗856
  • pawurb/hotpath-rspawurb avatar

    pawurb/hotpath-rs

    1,542View on GitHub↗

    Quickly find bottlenecks in Rust - one profiler for CPU, time, memory, and async code.

    Rust
    View on GitHub↗1,542
  • ellisonch/rust-stopwatchellisonch avatar

    ellisonch/rust-stopwatch

    84View on GitHub↗

    A stopwatch library for Rust. Used to time things.

    Rustrustrust-stopwatchstopwatch
    View on GitHub↗84
  • llogiq/flamellogiq avatar

    llogiq/flame

    730View on GitHub↗

    An intrusive flamegraph profiling tool for rust.

    Rust
    View on GitHub↗730

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bheisler/criterion.rsbheisler avatar

    bheisler/criterion.rs

    5,485View on GitHub↗

    Criterion is a statistics-driven microbenchmarking library and performance regression tool for Rust. It provides a framework for isolating and measuring small code segments, using statistical analysis to eliminate noise and ensure reliable, repeatable measurements of execution speed. The tool distinguishes itself through a performance visualization suite that generates HTML reports and graphs to track performance trends and throughput. It includes a system for comparing current execution times against stored baselines to identify and prevent performance drops. The library covers asynchronous

    Rustbenchmarkcriteriongnuplot
    View on GitHub↗5,485
  • cloudflare/pingoracloudflare avatar

    cloudflare/pingora

    26,833View on GitHub↗

    Pingora is a Rust-based framework for building high-performance network services, including HTTP reverse proxies, layer seven load balancers, and TLS termination proxies. It serves as an asynchronous network library designed to intercept and route HTTP, gRPC, and WebSocket traffic between clients and upstream backend servers. The project enables zero-downtime service updates by handing over listening sockets between processes during binary or configuration upgrades. It utilizes a programmable multi-phase pipeline to modify request and response bodies and headers, and it provides a pluggable T

    Rust
    View on GitHub↗26,833
  • emanuele-em/proxelaremanuele-em avatar

    emanuele-em/proxelar

    984View on GitHub↗

    Scriptable local traffic workbench for inspecting, intercepting, replaying, and rewriting HTTP/HTTPS and WebSocket traffic.

    Rustclihttp-proxyhttps-proxy
    View on GitHub↗984
  • cong-or/hudcong-or avatar

    cong-or/hud

    172View on GitHub↗

    Find code blocking your Tokio workers. eBPF-powered, no instrumentation.

    Rustasyncclidebugging
    View on GitHub↗172
  • sharkdp/hyperfinesharkdp avatar

    sharkdp/hyperfine

    28,316View on GitHub↗

    Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple runs and statistical analysis. It functions as a comparative benchmarking utility and a shell performance analyzer, allowing for the evaluation of multiple commands against a reference baseline to determine relative speed. The tool distinguishes itself by isolating actual command performance through shell overhead correction and the ability to bypass the shell entirely using system calls. It supports parameterized execution, enabling benchmarks to run across a range of varying i

    Rust
    View on GitHub↗28,316
  • nvzqz/divannvzqz avatar

    nvzqz/divan

    1,416View on GitHub↗

    Fast and simple benchmarking for Rust projects

    Rustbenchmarkfastperformance
    View on GitHub↗1,416
  • steveltn/https-portalSteveLTN avatar

    SteveLTN/https-portal

    4,694View on GitHub↗

    This project is a Docker-based Nginx reverse proxy manager designed to automate the deployment of HTTPS for web applications. It functions as a gateway that acquires and renews security certificates via Let's Encrypt and proxies incoming traffic to backend services. The system distinguishes itself by automatically discovering web services running in Docker containers to eliminate manual domain configuration. It manages security certificates through an automated process and can expose these certificates to other applications via shared volumes. The tool covers traffic management through load

    Ruby
    View on GitHub↗4,694
  • hitsz-ids/synthetic-data-generatorhitsz-ids avatar

    hitsz-ids/synthetic-data-generator

    2,422View on GitHub↗

    This project is a framework for generating synthetic tabular data that preserves the statistical properties and relational integrity of original source datasets. It functions as a metadata-driven engine, utilizing language models to synthesize information even when original training samples are restricted. The system is designed to maintain logical consistency across complex, multi-table structures while ensuring that generated outputs adhere to defined schema requirements. The platform distinguishes itself through a focus on privacy-preserving synthesis, integrating tools to quantify and mit

    Pythonagentdata-generatordeep-learning
    View on GitHub↗2,422
  • dgryski/go-perfbookdgryski avatar

    dgryski/go-perfbook

    10,902View on GitHub↗

    This project is a collection of educational resources and technical guides focused on Go performance optimization. It provides instruction on improving execution speed and reducing memory usage through code and architectural refinements. The guides cover advanced strategies for low-level programming, including the use of assembly for SIMD instructions and unsafe pointers for direct memory manipulation. It also details concurrency optimization techniques such as lock sharding and cache-line padding to reduce contention and improve hardware utilization. The material encompasses broad capabilit

    optimizationperformanceperformance-analysis
    View on GitHub↗10,902
  • agwa/git-cryptAGWA avatar

    AGWA/git-crypt

    9,746View on GitHub↗

    git-crypt is a transparent cryptography layer and secret manager for Git repositories. It encrypts specific files so they remain as ciphertext on remote servers while appearing as plaintext in local directories. The tool uses Git attributes to define the scope of files and directories targeted for encryption. It supports both symmetric secret key encryption for shared access and asymmetric public key encryption to control decryption permissions among multiple collaborators. The system automates the encryption and decryption process through hook-based filters that trigger during commit and ch

    C++
    View on GitHub↗9,746
  • agpenton/1password-zsh-pluginagpenton avatar

    agpenton/1password-zsh-plugin

    5View on GitHub↗

    zsh plugin to manage 1password

    Shell
    View on GitHub↗5
  • abraithwaite/jeffabraithwaite avatar

    abraithwaite/jeff

    272View on GitHub↗

    🍍Jeff provides the simplest way to manage web sessions in Go.

    Go
    View on GitHub↗272
  • aforward/safetyboxaforward avatar

    aforward/safetybox

    21View on GitHub↗

    Security oriented helper functions for Elixir

    Elixir
    View on GitHub↗21
  • adilmajid/privacy-for-the-paranoidadilmajid avatar

    adilmajid/privacy-for-the-paranoid

    55View on GitHub↗

    A master checklist for securing your online life.

    View on GitHub↗55
  • 6eero/newpass6

    6eero/NewPass

    0View on GitHub↗
    View on GitHub↗0
  • 1fexd/linksheet1

    1fexd/LinkSheet

    0View on GitHub↗
    View on GitHub↗0
  • alulsh/personal-security-checklistalulsh avatar

    alulsh/personal-security-checklist

    280View on GitHub↗

    Personal security checklist for securing your devices and accounts.

    View on GitHub↗280
  • amazon-science/refcheckerA

    amazon-science/RefChecker

    0View on GitHub↗

    | 🔥 News | 🤖️ Demo | 🚀 Quick Start | 💾 Benchmark | 📖 Docs |

    View on GitHub↗0
  • amnezia-vpn/amnezia-clientamnezia-vpn avatar

    amnezia-vpn/amnezia-client

    10,108View on GitHub↗

    Amnezia Client is a cross-platform VPN client application and server orchestrator designed to manage secure tunnels and automate the deployment of containerized VPN services on remote self-hosted servers. It functions as a multi-protocol VPN manager that supports various tunneling standards to ensure connectivity across restrictive network environments. The project distinguishes itself through network traffic obfuscation, which disguises VPN traffic as common web protocols or DNS requests to bypass deep packet inspection and censorship. It further enables the automation of remote server admin

    C++cloakgfwikev2
    View on GitHub↗10,108
  • anatolykopyl/sshukh-zsh-pluginanatolykopyl avatar

    anatolykopyl/sshukh-zsh-plugin

    8View on GitHub↗

    Plugin to update known hosts automatically if needed

    Shell
    View on GitHub↗8
  • anonaddy/addy-androidanonaddy avatar

    anonaddy/addy-android

    180View on GitHub↗

    Easily create and manage your addy.io aliases, recipients and more from your phone, tablet or wearable with this gorgeous addy.io app for Android.

    Kotlin
    View on GitHub↗180
  • apache/rocketmqapache avatar

    apache/rocketmq

    22,461View on GitHub↗

    RocketMQ is a cloud-native distributed messaging platform and streaming engine. It functions as a distributed transactional queue that ensures atomicity between local transactions and message delivery, and serves as an MQTT IoT message broker to bridge lightweight device traffic into high-performance data streams. The system is distinguished by a Kubernetes-native architecture that decouples compute from storage to allow independent scaling of traffic and data retention. It utilizes a tiered storage model to offload older data to remote storage and employs quorum-based replication and automat

    Java
    View on GitHub↗22,461
  • apache/spamassassinA

    apache/spamassassin

    0View on GitHub↗
    View on GitHub↗0
  • arun11299/cpp-jwtarun11299 avatar

    arun11299/cpp-jwt

    438View on GitHub↗

    JSON Web Token library for C++

    C++
    View on GitHub↗438
  • alibaba/tfsalibaba avatar

    alibaba/tfs

    1,244View on GitHub↗

    TFS (Taobao File System) is a distributed file system similar to GFS.

    C++
    View on GitHub↗1,244