- Add KubernetesPodExecOperator for existing Kubernetes Pods8/10apache/airflow·feature·+852-0Context managersStreaming I/OOperator patternAsynchronous command execution
- gcp_authn: save token to metadata and impersonation8/10envoyproxy/envoy·feature·+895-27Token-based authenticationMetadata propagationIAM impersonationInterface abstraction
- quic: enable client certificate authentication support8/10envoyproxy/envoy·feature·+1498-79TLS client authentication (mTLS)Factory design patternUnit and integration testingProtocol compliance with RFC 9001
- IR: Add nonnull flag to addrspacecast8/10llvm/llvm-project·feature·+125-7LLVM Intermediate Representation (IR) InstructionsPointer Address Spaces in LLVMNon-null Pointer Metadata/FlagsPoison Values in LLVM IR
- diagnostics_channel: lazily create tracing context8/10nodejs/node·performance·+191-2Lazy evaluationShort-circuit evaluationPerformance optimizationConditional object creation
- today's pick · read the full storysea: mount bundled assets as a virtual file system8/10nodejs/node·feature·+1059-2Virtual File System (VFS) abstractionLazy loading and cachingESM module loader integrationRuntime path resolution with __filename and __dirname
- Reduce next-solver memory usage by interning CanonicalQueryInput8/10rust-lang/rust·performance·+76-28InterningAssociated typesGeneric type parametersMemory optimization through reference sharing
- [AArch64] C1-Premium SME definitions8/10llvm/llvm-project·feature·+29894-6981Instruction Set Architecture (ISA) ExtensionsScheduling ModelsDomain-Specific Language (DSL) for Instruction DefinitionsARM SME (Scalable Matrix Extension)
- gh-153740: Optimize PyFloat_Pack/Unpack2 using native _Float168/10python/cpython·performance·+129-0C extension modules for PythonFloating point number representation and manipulationUse of native data types for performance optimizationInterfacing Python with low-level C APIs
- [SLP]Vectorize unique scalars of splat gather nodes as separate subtrees8/10llvm/llvm-project·performance·+327-295VectorizationSubtree construction in compiler optimizationSplat gather instructionsBroadcast operations