Кафедра програмної інженерії (ПІ)
Постійний URI для цієї колекції
Перегляд
Перегляд Кафедра програмної інженерії (ПІ) за темою "API"
Зараз показано 1 - 2 з 2
Результатів на сторінку
Варіанти сортування
Публікація Дослідження та розробка ефективних стратегій оптимізації веб-додатків на основі технології React(ХНУРЕ, 2024) Загнойко, І. Ю.This work addresses optimizing React web app performance by reducing unnecessary re-renders, optimizing data caching/loading, minimizing API requests, and decreasing bundle sizes. Key techniques like React.memo, useMemo, client-side caching, code splitting, and lazy loading are utilized. The proposed methods aim to decrease render times, improve responsiveness, reduce API requests, and accelerate load times for an enhanced user experience. Implementation leverages tools like Webpack, React Profiler, and Lighthouse. This comprehensive approach delivers more efficient, high-performing React apps.Публікація Оптимальне використання OpenGL та Vulkan(ХНУРЕ, 2024) Цапко, Б. В.The purpose of this work is to make the optimal choice between the OpenGL and Vulkan APIs depending on the needs of developers to obtain the required performance characteristics based on the implementation of similar optimization methods in both APIs. The methods of graphic modeling, their implementation and methods of reproduction, various approaches to the optimization of graphic modeling for certain methods of visualization and processing of graphic objects are considered. Techniques such as using shaders, optimizing textures and buffers have been thoroughly reviewed and compared in terms of performance and how they are implemented in the OpenGL and Vulkan APIs.