scispace - formally typeset
R

Ras Bodik

Researcher at University of California, Berkeley

Publications -  7
Citations -  2371

Ras Bodik is an academic researcher from University of California, Berkeley. The author has contributed to research in topics: Legacy system & Database theory. The author has an hindex of 5, co-authored 7 publications receiving 2333 citations.

Papers
More filters

The Landscape of Parallel Computing Research: A View from Berkeley

TL;DR: The parallel landscape is frame with seven questions, and the following are recommended to explore the design space rapidly: • The overarching goal should be to make it easy to write programs that execute efficiently on highly parallel computing systems • The target should be 1000s of cores per chip, as these chips are built from processing elements that are the most efficient in MIPS (Million Instructions per Second) per watt, MIPS per area of silicon, and MIPS each development dollar.

The Parallel Computing Laboratory at U.C. Berkeley: A Research Agenda Based on the Berkeley View

TL;DR: This report is based on a proposal for creating a Universal Parallel Computing ResearchCenter (UPCRC) that a technical committee from Intel and Microsoft unanimously selected as the top proposal in a competition with the top 25 computer science departments.
Proceedings ArticleDOI

Programming by manipulation for layout

TL;DR: This work presents Programming by Manipulation, a new programming methodology for specifying the layout of data visualizations, targeted at non-programmers, and suggests that the tool is 5-times more productive than direct programming with constraints.
Journal ArticleDOI

SIGPLAN programming language curriculum workshop: Discussion Summaries and recommendations

TL;DR: A college education has two goals: to produce intellectually mature, sophisticated leaders who can think deeply and productively in a range of fields and contexts and to provide students with skills that they can apply successfully throughout a long career in their chosen profession or professions.

Quicksilver: Automatic Synthesis of Relational Queries

TL;DR: This paper presents Quicksilver, a programming-by-demonstration solution that derives queries from user inputs that is designed to be easy and intuitive for users who are not familiar with database theory.