Essays about: "Single-thread"

Showing result 1 - 5 of 11 essays containing the word Single-thread.

  1. 1. Performance comparison between PostgreSQL, MongoDB, ArangoDB and HBase

    University essay from Högskolan i Skövde/Institutionen för informationsteknologi

    Author : Isak Dalström; Philip Ericsson; [2022]
    Keywords : Database; PostgreSQL; MongoDB; ArangoDB; HBase; performance;

    Abstract : There is a large amount of data that needs to be stored today. Handling so much data efficiently is important as minor performance differences can have significant effects on large systems. Knowing how a certain database management system performs is important for companies and organizations to decide which database management system to use. READ MORE

  2. 2. Towards an Efficient Spectral Element Solver for Poisson’s Equation on Heterogeneous Platforms

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Jonas Nylund; [2022]
    Keywords : Neko; CUDA; Heterogeneous hardware; GPU; Gather-Scatter; HPC; CFD; Neko; CUDA; Heterogena plattformar; GPU; Gather-Scatter; Högprestandabe-räkningar; Beräkningsströmningsdynamik;

    Abstract : Neko is a project at KTH to refactor the widely used fluid dynamics solver Nek5000 to support modern hardware. Many aspects of the solver need adapting for use on GPUs, and one such part is the main communication kernel, the Gather-Scatter (GS) routine. To avoid race conditions in the kernel, atomic operations are used, which can be inefficient. READ MORE

  3. 3. Acceleration of Machine-Learning Pipeline Using Parallel Computing

    University essay from Uppsala universitet/Signaler och system

    Author : Xavante Erickson; [2021]
    Keywords : acceleration; ray; accelerator; numpy; machine-learning; machine; learning; optimization; parallelization; speedup; profiling;

    Abstract : Researchers from Lund have conducted research on classifying images in three different categories, faces, landmarks and objects from EEG data [1]. The researchers used SVMs (Support Vector Machine) to classify between the three different categories [2, 3]. READ MORE

  4. 4. DirectX 12: Performance Comparison Between Single- and Multithreaded Rendering when Culling Multiple Lights

    University essay from Blekinge Tekniska Högskola/Fakulteten för datavetenskaper

    Author : Yousra J'lali; [2020]
    Keywords : Performance evaluation; Multithread; Single-thread; Parallel architecture; API;

    Abstract : Background. As newer computers are constructed, more advanced and powerful hardware come along with them. This leads to the enhancement of various program attributes and features by corporations to get ahold of the hardware, hence, improving performance. A relatively new API which serves to facilitate such logic, is Microsoft DirectX 12. READ MORE

  5. 5. Dynamic Memory Managment in C++

    University essay from Luleå tekniska universitet/Datavetenskap

    Author : Martin Sperens; [2019]
    Keywords : Memory Managment;

    Abstract : Memory allocation is an important part of program optimization as well as of computer architecture. This thesis examines some of the concepts of memory allocation and tries to implement overrides for the standard new and delete functions in the c++ library using memory pools combined with other techniques. READ MORE