Auflistung nach Schlagwort "Performance Tuning"
1 - 2 von 2
Treffer pro Seite
Sortieroptionen
- ZeitschriftenartikelOptimizing Parallel Runtime of Cryptanalytic Algorithms by Selecting Between Word-Parallel and Bit-Serial Variants of Program Parts(PARS-Mitteilungen: Vol. 33, Nr. 1, 2016) Eitschberger, Patrick; Keller, JörgCryptanalytic algorithms such as dictionary attacks, that test huge numbers of keys to decrypt a ciphertext to a certain plaintext, need lots of computational resources and efficient coding, but allow large scale parallelism such as many-cores plus GPUs. Some attacks have profited from a bit-serial data representation, that allows SIMD-like coding per thread and increases the degree of parallelism. We investigate the question how to decide for distinct parts of such algorithms whether to code them in a bit-serial or normal word-parallel manner. Given bit-serial and word-parallel variants for each part of the cryptographic algorithm, we benchmark the runtime of the variants, and additionally the runtime of the conversion between the different data rep- resentations. Then we model the resulting variant selection problem as a direct graph — in the fashion of a global composition optimization problem — and find the optimal runtime by computing the shortest path from source to sink node. We evaluate our approach with the Advanced Encryption Standard (AES) and demonstrate runtime advantages.
- ZeitschriftenartikelVom Performance Tuning zum Software Performance Engineering am Beispiel datenbankbasierter Anwendungssysteme Reduktion des performancebedingten Entwicklungsrisikos(Informatik-Spektrum: Vol. 22, No. 4, 1999) Rautenstrauch, Claus; Scholz, AndréWährend es für das Tuning der physischen Datenbank eine Vielzahl von systemabhängigen Methoden gibt, ist die systematische und damit auch herstellerneutrale Performance-Steuerung von datenbankbasierten Anwendungssystemen bisher nur unzureichend beachtet worden. In diesem Beitrag werden zwei grundsätzlich verschiedene Strategien zur Lösung dieses Problems in ihrer Systematik aufgezeigt und deren Integrationsmöglichkeiten erläutert. Zum einem wird dazu der heute weit verbreitete, ex-post-basierte Ansatz des Performance-Tunings dargestellt und in einem Modell systematisiert. Zum anderen wird in Abgrenzung davon das integrierbare a priori-Modell Software Performance Engineering vorgestellt, für dessen betriebliche Umsetzung ein Referenzvorgehensmodell beschrieben wird.AbstractAs there are a lot of system dependent methods for physical tuning of a database, up to now, systematic procedures to increase the performance of database applications are quite rare. Two different strategies are discussed in this paper to solve this problem. On the one hand a systematic approach for the tuning procedure is described. On the other hand we present a reference process model supporting the forward-oriented software performance engineering approach.