Crislenny Uceta's repositories
TCP_UDP_Performance_Measurement
Network performance measurement project evaluating TCP and UDP latency and throughput across multiple machines and networks. Implements XOR-based encryption, measures round-trip times (RTTs) for various message sizes, and analyzes throughput with different packet distributions. Results are summarized in a web page with visualizations.
TemperaturePropagationSimulator
A parallel simulation of heat distribution in a metal alloy with three metals of varying thermal properties. Computes temperature equilibrium iteratively and visualizes results as a heatmap or with external plotting tools. Supports customizable parameters for thermal constants, heating points, and grid size.
OZ-CSC-480-HCI-521-Fall-2024
Repo for CSC 480 HCI 521 class of fall 2024
Ticketing-System-Parallel-Perfomance
A parallel performance benchmarking project comparing custom vs. standard concurrent data structures under different read/write loads. Simulates a multi-threaded application and measures throughput using JMH across multiple platforms. Results are visualized in graphs on a web page.
CSC375P1-FacilitiesLayout
Create a parallel program that will produce the best floorplan solution for a given number of stations in a facitity. Each station has a function which determines its affinity to other stations in the facility. The best solution is the one where the stations with high affinity are as close to each other as posible.