awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesActor Execution Profiling

Diagnostic tools that map low-level execution threads to high-level actor identities using PIDs and aliases.

Distinct from Parallel Execution Profilers: Specializes parallel profiling by associating goroutines with specific actor identifiers.

Explore 1 awesome GitHub repository matching development tools & productivity · Actor Execution Profiling. Refine with filters or upvote what's useful.

Awesome Actor Execution Profiling GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ergo-services/ergoAvatar ergo-services

    ergo-services/ergo

    4,441Vezi pe GitHub↗

    Ergo is a distributed actor framework for Go that implements the Erlang distribution protocol, enabling the construction of resilient, concurrent applications that can communicate transparently with Erlang/OTP nodes. At its core, it provides an actor model with isolated lightweight processes, priority-ordered mailboxes, and a meta-process architecture that separates blocking I/O from sequential message handling to prevent actor freezing. The framework includes a Raft-inspired cluster consensus system for leader election and automatic failover, along with OTP-style supervision trees that organi

    Tags goroutines with actor PIDs or aliases for identification in pprof profiling output.

    Goactor-modelactorsdistributed
    Vezi pe GitHub↗4,441
  1. Home
  2. Development Tools & Productivity
  3. Execution Monitors
  4. Parallel Execution Profilers
  5. Actor Execution Profiling