Essays about: "Memory pool"

Showing result 1 - 5 of 7 essays containing the words Memory pool.

  1. 1. Machine Learning to Detect Anomalies in the Welding Process to Support Additive Manufacturing

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

    Author : Vinod Kumar Dasari; [2021]
    Keywords : Autoencoders; Defect detection; Anomaly detection; Additive manufacturing; Welding defect detection;

    Abstract : Additive Manufacturing (AM) is a fast-growing technology in manufacturing industries. Applications of AM are spread across a wide range of fields. The aerospace industry is one of the industries that use AM because of its ability to produce light-weighted components and design freedom. READ MORE

  2. 2. Pulse Repetition Interval Generation using Deep Learning

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

    Author : Michaela Jangefalk; [2020]
    Keywords : ;

    Abstract : Radar is a central system in the field of electronic warfare used to estimate an object’s location, speed, and direction. A pulse radar emits pulses at predetermined time intervals. READ MORE

  3. 3. Parallelization in Rust with fork-join and friends: Creating the fork-join framework

    University essay from

    Author : Linus Färnstrand; [2019-07-03T13:42:24Z 2019-07-03T13:42:24Z 2015]
    Keywords : Data- och informationsvetenskap; Computer and Information Science;

    Abstract : This thesis describes the design, implementation and benchmarking of a work stealing fork-join library, called ForkJoin, for the new language Rust. Rust is a programming language with a novel approach to memory safety and concurrency, and guarantees memory safety through zero-cost abstractions and thorough checks at compile time rather than run time. READ MORE

  4. 4. 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

  5. 5. Visualization of Dynamic Memory in C++ Applications

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

    Author : Filip Salén; [2019]
    Keywords : Visualize; Visualizing; Dynamic Memory; Memory Managment; Memory pool; C ; Visualisera; Visualisering; Dynamiskt Minne; Minneshantering; Minnespool; C ;

    Abstract : Optimized memory management is important for a demanding application to achieve high-performance results. But un-optimized or unwanted memory behaviors can usually be difficult to detect without an overview of how memory is structured during run-time. READ MORE