Essays about: "Garbage collection"

Showing result 6 - 10 of 37 essays containing the words Garbage collection.

  1. 6. Analysis and Evaluation of Performance in a Complex Software System

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Caroline Kero; [2022]
    Keywords : Distributed real-time system; Java; Java application; Java VisualVM; Performance evaluation; Performance measurement;

    Abstract : GlobalEye is an aircraft by Saab that provides surveillance of air, sea, and land. In order to train on the system present in this aircraft a Mission Training System, MTS, is used. The MTS consists of the Command and Control, C2, system that is present in the aircraft as well as a scenario simulator. READ MORE

  2. 7. Comparing Conventional- and Modern Programming Languages for Developing a File System

    University essay from Malmö universitet/Institutionen för datavetenskap och medieteknik (DVMT)

    Author : Pontus Laos; Alexander Libot; [2021]
    Keywords : File System; Rust; C; EXT2; Filsystem; Rust; C; EXT2;

    Abstract : Most of the software stack is built upon C today. C is a very flexible language, but the flexibility also brings some safety risks, particularly when handling memory through pointers. Rust is a new programming language which can guarantee memory safety without performance-heavy runtime services such as garbage collection. READ MORE

  3. 8. End user interface for collecting and evaluating company data : Real-time data collection through web-scraping

    University essay from Högskolan Dalarna/Institutionen för information och teknik

    Author : Vadim Cosman; Kailash Chowdary; [2021]
    Keywords : ;

    Abstract : The demand of open and reliable data, in the Era of Big Data is constantly increasing as thediversity of research and the need of trustworthy data as high-quality data is increasesconsiderably the quality of the findings . However, it is very hard to get reliable data for free witha small effort. READ MORE

  4. 9. Mitigating garbage collection in Java microservices : How garbage collection affects Java microservices andhow it can be handled

    University essay from Mittuniversitetet/Institutionen för informationssystem och –teknologi

    Author : Amanda Ericson; [2021]
    Keywords : Garbage collector; Microservice; Docker; docker-compose; CMS; G1GC; Shenandoah GC; ZGC;

    Abstract : Java is one of the more recent programming languages that in runtime free applications from manual memory management by using automatic Garbage collector (GC) threads. Although, at the cost of stop-the-world pauses that pauses the whole application. READ MORE

  5. 10. Garbage Collected CRDTs on the Web : Studying the Memory Efficiency of CRDTs in a Web Context

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Michael Rehn; [2020]
    Keywords : crdt; crdts; conflict; free; replicated; data; type; garbage; collection; gc; p2p; peer; to; distributed; systems; causal; broadcast; web; webrtc; browser; chrome; memory; measuring; measurement; benchmark; crdt; crdts; konflikt; fria; replikera; data; typer; skräp; samling; gc; p2p; peer; to; distribuerade; system; causal; broadcast; webb; webrtc; webbläsare; chrome; minne; mäta; mätning; benchmark;

    Abstract : In today's connected society, where it is common to have several connected devices per capita, it is more important than ever that the data you need is omnipresent, i.e. its available when you need it, no matter where you are. We identify one key technology and platform that could be the future—peer-to-peer communication and the Web. READ MORE