Sciweavers

OOPSLA
2015
Springer

Just-in-time data structures

8 years 5 days ago
Just-in-time data structures
Today, software engineering practices focus on finding the single “right” data representation for a program. The “right” data representation, however, might not exist: changing the representation of an object during program execution can be better in terms of performance. To this end we introduce Just-in-Time Data Structures, which enable representation changes at runtime, based on declarative input from a performance expert programmer. Just-in-Time Data Structures are an attempt to shift the focus from finding the “right” data structure to finding the “right” sequence of data representations. We present JitDS, a programming language to develop such Just-in-Time Data Structures. Further, we show two example programs that benefit from changing the representation at runtime. Categories and Subject Descriptors D.3.3 [Programming Languages]: Language Constructs and Features Keywords data structures, algorithms, dynamic reclassification, performance
Mattias De Wael, Stefan Marr, Joeri De Koster, Jen
Added 16 Apr 2016
Updated 16 Apr 2016
Type Journal
Year 2015
Where OOPSLA
Authors Mattias De Wael, Stefan Marr, Joeri De Koster, Jennifer B. Sartor, Wolfgang De Meuter
Comments (0)