571,263 research outputs found
Darwinian Data Structure Selection
Data structure selection and tuning is laborious but can vastly improve an
application's performance and memory footprint. Some data structures share a
common interface and enjoy multiple implementations. We call them Darwinian
Data Structures (DDS), since we can subject their implementations to survival
of the fittest. We introduce ARTEMIS a multi-objective, cloud-based
search-based optimisation framework that automatically finds optimal, tuned DDS
modulo a test suite, then changes an application to use that DDS. ARTEMIS
achieves substantial performance improvements for \emph{every} project in
Java projects from DaCapo benchmark, popular projects and uniformly
sampled projects from GitHub. For execution time, CPU usage, and memory
consumption, ARTEMIS finds at least one solution that improves \emph{all}
measures for () of the projects. The median improvement across
the best solutions is , , for runtime, memory and CPU
usage.
These aggregate results understate ARTEMIS's potential impact. Some of the
benchmarks it improves are libraries or utility functions. Two examples are
gson, a ubiquitous Java serialization framework, and xalan, Apache's XML
transformation tool. ARTEMIS improves gson by \%, and for
memory, runtime, and CPU; ARTEMIS improves xalan's memory consumption by
\%. \emph{Every} client of these projects will benefit from these
performance improvements.Comment: 11 page
Asymptotically Universal Crossover in Perturbation Theory with a Field Cutoff
We discuss the crossover between the small and large field cutoff (denoted
x_{max}) limits of the perturbative coefficients for a simple integral and the
anharmonic oscillator. We show that in the limit where the order k of the
perturbative coefficient a_k(x_{max}) becomes large and for x_{max} in the
crossover region, a_k(x_{max}) is proportional to the integral from -infinity
to x_{max} of e^{-A(x-x_0(k))^2}dx. The constant A and the function x_0(k) are
determined empirically and compared with exact (for the integral) and
approximate (for the anharmonic oscillator) calculations. We discuss how this
approach could be relevant for the question of interpolation between
renormalization group fixed points.Comment: 15 pages, 11 figs., improved and expanded version of hep-th/050304
- …