pith. sign in

Title resolution pending

3 Pith papers cite this work. Polarity classification is still indexing.

3 Pith papers citing it

citation-role summary

background 1

citation-polarity summary

fields

cs.PL 2 cs.SE 1

years

2026 2 2019 1

roles

background 1

polarities

background 1

representative citing papers

Compile-Time Java Stream Fusion via mapMulti

cs.PL · 2026-05-04 · conditional · novelty 7.0

A new Java bytecode optimizer fuses map and filter into mapMulti to reduce stream overhead, sidestepping Streamliner's restrictions and delivering superior results in two of nine benchmarks while passing all 31,799 Kafka tests.

Understanding GCC Builtins to Develop Better Tools

cs.PL · 2019-07-01 · unverdicted · novelty 7.0

Analysis of 4,913 C projects found 37% use at least one GCC builtin, 10 builtins cover over 30% of projects, 110 cover 90%, builtins are still being added, and many tools have incomplete or incorrect support.

citing papers explorer

Showing 3 of 3 citing papers.

  • Compile-Time Java Stream Fusion via mapMulti cs.PL · 2026-05-04 · conditional · none · ref 20

    A new Java bytecode optimizer fuses map and filter into mapMulti to reduce stream overhead, sidestepping Streamliner's restrictions and delivering superior results in two of nine benchmarks while passing all 31,799 Kafka tests.

  • Understanding GCC Builtins to Develop Better Tools cs.PL · 2019-07-01 · unverdicted · none · ref 30

    Analysis of 4,913 C projects found 37% use at least one GCC builtin, 10 builtins cover over 30% of projects, 110 cover 90%, builtins are still being added, and many tools have incomplete or incorrect support.

  • "Refactoring Runaway": Understanding and Mitigating Tangled Refactorings in Coding Agents for Issue Resolution cs.SE · 2026-05-21 · unverdicted · none · ref 34

    Empirical study finds coding agents produce fewer and less intense tangled refactorings than humans on Multi-SWE-bench; a refactoring-aware refinement improves compilability from 19.34% to 38.33% and resolves 2.79% more issues.