1 Repo
Capabilities that expose the actual underlying source code of internal functions for study.
Distinct from Function Metadata Inspection: Distinct from metadata inspection by providing the full source code rather than just properties like arity.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Source Code Exposure. Refine with filters or upvote what's useful.
Pygorithm is a Python algorithm library and computational logic reference. It provides a collection of standard algorithmic implementations and tools for analyzing the runtime efficiency and scaling performance of specific functions. The project enables the inspection of underlying source code for internal functions to study how logic is structured and executed. It maps specific implementations to their theoretical time and space complexity for performance analysis. The library is organized into discrete modules that support the execution of standard algorithmic patterns across variable data
Exposes the underlying Python source code of internal functions to allow users to study actual implementations.