Sökning: "Garbage collection"

Visar resultat 1 - 5 av 50 uppsatser innehållade orden Garbage collection.

  1. 1. Decompiling Go : Using metadata to improve decompilation readability

    Master-uppsats, KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Författare :Mattias Grenfeldt; [2023]
    Nyckelord :Decompilation; Go; Runtime Metadata; Reverse Engineering; Dekompilering; Go; Körtidsmetadata; Reverse Engineering;

    Sammanfattning : Malware written in Go is on the rise, and yet, tools for investigating Go programs, such as decompilers, are limited. A decompiler takes a compiled binary and tries to recover its source code. Go is a high-level language that requires runtime metadata to implement many of its features, such as garbage collection and polymorphism. LÄS MER

  2. 2. Pooling Pattern och Inkrementell Garbage Collections påverkan på prestanda

    Kandidat-uppsats, Högskolan i Skövde/Institutionen för informationsteknologi

    Författare :Fredrik Renström; [2023]
    Nyckelord :Unity; Spelutveckling; Garbage Collection; Object Pooling;

    Sammanfattning : Denna rapport jämför prestanda med Unitys nya inkrementella garbage collection system med deras tidigare stop the world system, samt analyserar effekten av objektpooling på tidsprestanda. De olika systemen testas med hjälp av en förenklad version av ett bullet hell spel, där flertalet kulor skapas och förstörs per sekund. LÄS MER

  3. 3. Exploratory Assessment of Machine Learning, Geospatial Methods, and Data Evaluation Techniques for Modelling Cooking Fuels in Colombia

    Master-uppsats, KTH/Skolan för industriell teknik och management (ITM)

    Författare :Federico Naranjo Hernandez; [2023]
    Nyckelord :;

    Sammanfattning : This thesis evaluates the application of machine learning and Geographic Information System (GIS) methods to analyze Colombia's cooking fuels landscape. The study aims to identify socio-economic and geographical factors affecting cooking fuel choices and assess the predictive power of various machine learning algorithms using associative data. LÄS MER

  4. 4. Throughput Analysis of Safepoint-attached Barriers in a Low-latency Garbage Collector : Analysis of a Compiler Optimization in the HotSpot JVM

    Master-uppsats, KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Författare :Filip Wilén; [2023]
    Nyckelord :Garbage Collection; Compiler; Java; JVM; Concurrency; Benchmarking; Skräpsamlare; Kompilatorer; Java; JVM; Multitrådat; Benchmarking;

    Sammanfattning : When using managed programming languages, there is an essential benefit in having a fast and efficient compiler and garbage collector; one garbage collector currently under development is the HotSpot low-latency concurrent Generational Z Garbage Collector. Concurrent memory management runs application threads and garbage collection threads simultaneously. LÄS MER

  5. 5. Performance Evaluation of Kotlin Multiplatform Mobile and Native iOS Development in Swift

    Master-uppsats, KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Författare :Anna Skantz; [2023]
    Nyckelord :Kotlin Multiplatform Mobile; Cross-platform; Native; iOS; Kotlin; Swift; Performance Evaluation; Benchmarking; Mobile; Garbage Collection; Kotlin Multiplatform Mobile; Plattformsoberoende; Native; iOS; Kotlin; Swift; Prestandautvärdering; Benchmarking; Mobil; Garbage Collection;

    Sammanfattning : Today's mobile development resides in the two main operating systems Android and iOS. It is popular to develop mobile applications individually for each respective platform, referred to as native development. To reduce additional costs, cross-platform solutions have emerged that enable shared development for both platforms. LÄS MER