1. What are the contributions in "Efficient data representation in polymorphic languages" ?
In this paper, the authors show how to take advantage of the static polymorphic typing to mix correctly two styles of data representation in the implementation of a polymorphic language: specialized, efficient representations are used when types are fully known at compile-time ; uniform, Lisp-like representations are used otherwise.
read more





