Essays about: "garbage collection"

Showing result 1 - 5 of 37 essays containing the words garbage collection.

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

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

    Author : Mattias Grenfeldt; [2023]
    Keywords : Decompilation; Go; Runtime Metadata; Reverse Engineering; Dekompilering; Go; Körtidsmetadata; Reverse Engineering;

    Abstract : 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. READ MORE

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

    University essay from KTH/Skolan för industriell teknik och management (ITM)

    Author : Federico Naranjo Hernandez; [2023]
    Keywords : ;

    Abstract : 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. READ MORE

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

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

    Author : Filip Wilén; [2023]
    Keywords : Garbage Collection; Compiler; Java; JVM; Concurrency; Benchmarking; Skräpsamlare; Kompilatorer; Java; JVM; Multitrådat; Benchmarking;

    Abstract : 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. READ MORE

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

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

    Author : Anna Skantz; [2023]
    Keywords : 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;

    Abstract : 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. READ MORE

  5. 5. GIS Processing on the Web

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Erik Knutsson; Manne Rydhe; [2022]
    Keywords : GIS; NodeJS; WebAssembly; Wasm; GDAL; JavaScript; SPA; GC; browsers; benchmark; memory; Ogr2Ogr;

    Abstract : Today more and more advanced and demanding applications are finding their way to the web. These are applications like video editing, games, and mathematical calculations. Up until a few years ago, JavaScript was the only language present on the web. That was until Mozilla, Google, Microsoft, and Apple decided to develop WebAssembly. READ MORE