11 citations · 21 across the 3 of their papers we have counts for
3 papers
cs.SE2023★ 11 cited
SlipCover: Near Zero-Overhead Code Coverage for Python
Juan Altmayer Pizzorno, Emery D Berger
Coverage analysis is widely used but can suffer from high overhead. This overhead is especially acute in the context of Python, which is already notoriously slow (a recent study ob…
cs.PL2016★ 10 cited
Prioritized Garbage Collection: Explicit GC Support for Software Caches
Diogenes Nunez, Samuel Z. Guyer, Emery D. Berger
Programmers routinely trade space for time to increase performance, often in the form of caching or memoization. In managed languages like Java or JavaScript, however, this space-t…
cs.PL2014
SurveyMan: Programming and Automatically Debugging Surveys
Emma Tosch, Emery D. Berger
Surveys can be viewed as programs, complete with logic, control flow, and bugs. Word choice or the order in which questions are asked can unintentionally bias responses. Vague, con…