Essays about: "Pthreads"

Showing result 1 - 5 of 15 essays containing the word Pthreads.

  1. 1. Parallelization of Online Random Forest

    University essay from

    Author : Leonard Lindroth; [2021]
    Keywords : Online Learning; Parallelization; Online Random Forests; Machine Learning;

    Abstract : Context. Random Forests (RFs) is a very popular machine learning algorithm for mining large scale data. RFs is mainly known asan algorithm that operates in offline mode. However, in recent yearsimplementations of online random forests (ORFs) have been introduced. READ MORE

  2. 2. Performance Analysis of kNN Query Processing on large datasets using CUDA & Pthreads : comparing between CPU & GPU

    University essay from Blekinge Tekniska Högskola/Institutionen för datalogi och datorsystemteknik

    Author : Preetham Kalakuntla; [2017]
    Keywords : GPU; Multicore CPU; Parallel computing; Performance; Single core CPU; kNN; Query Processing;

    Abstract : Telecom companies do a lot of analytics to provide consumers a better service and to stay in competition. These companies accumulate special big data that has potential to provide inputs for business. Query processing is one of the major tool to fire analytics at their data. READ MORE

  3. 3. A Source-to-Source Transformerfor QD-locking

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Robert Markovski; [2017]
    Keywords : ;

    Abstract : Locking is a common method of synchronization in parallel programming. Delegation locking is a form of locking where in threads may, under the right circumstances,delegate critical sections to be executed by another thread instead of waiting for the lock. READ MORE

  4. 4. High Performance Implementationof Winner Selection Algorithms

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Johan GIlle; Jimmy Helmersson; [2017]
    Keywords : ;

    Abstract : The process to find candidates, that fit certain win-conditions, from a collectionof wagers is the purpose of a winner selection algorithm. These candidates are filtered out in different groups called winning groups depending on the win-conditions. Svenska Spel AB is the largest company in the regulated gaming market in Sweden. READ MORE

  5. 5. Evaluation of EDF scheduling for Ericsson LTE system : A comparison between EDF, FIFO and RR

    University essay from Linköpings universitet/Programvara och system

    Author : Angelica Nyberg; Jonas Hartman; [2016]
    Keywords : EDF; Earliest Deadline First; Scheduling; Linux; Linux Scheduling; FIFO; RR; RMS; First in First out; Round Robin; Rate-monotonic Scheduling; Scheduling LTE applications; LTE; Multi-core; Multi core; Firm Deadlines; SCHED_DEADLINE; SCHED_FIFO; SCHED_RR; Deadline;

    Abstract : Scheduling is extremely important for modern real-time systems. It enables several programs to run in parallel and succeed with their tasks. Many systems today are real-time systems, which means that good scheduling is highly needed. READ MORE