Pinned Repositories
godot
Godot Engine – Multi-platform 2D and 3D game engine
8086os
Implementation of an OS kernel with preemptive multithreading and timesharing for Intel8086 CPU with support for context switching, event handling and concurrency via semaphores.
adventofcode24
algorithms-and-data-structures
biramkulturu.github.io
cultsim
dungeon_diner
ed25519
Optimizing Curve ED25519 key generation with AVX2/AVX512 SIMD extensions
godot
Godot Engine – Multi-platform 2D and 3D game engine
parallel-genomeseq
Parallelization of popular genome sequencing algorithms
kosta777's Repositories
kosta777/parallel-genomeseq
Parallelization of popular genome sequencing algorithms
kosta777/8086os
Implementation of an OS kernel with preemptive multithreading and timesharing for Intel8086 CPU with support for context switching, event handling and concurrency via semaphores.
kosta777/ed25519
Optimizing Curve ED25519 key generation with AVX2/AVX512 SIMD extensions
kosta777/godot
Godot Engine – Multi-platform 2D and 3D game engine
kosta777/algorithms-and-data-structures
kosta777/biramkulturu.github.io
kosta777/cultsim
kosta777/dungeon_diner
kosta777/final_retribution
Top-down shooter game.
kosta777/LudumDare55
kosta777/genomesequencing
Highly-optimized MPI and OMP implementations of Smith-Waterman and Needleman-Wunsch genome-sequencing algorithms
kosta777/jdk
JDK main-line development https://openjdk.org/projects/jdk
kosta777/k6ts
kosta777/kosta777.github.io
kosta777/libSDL2pp
C++ bindings/wrapper for SDL2
kosta777/microjava_compiler
mplementation of a simple compiler for MicroJava language with Lexical Analysis, SyntaxAnalysis, Semantic Analysis and Code Generation phases
kosta777/regrenaming
Evaluating how modern implementations of register renaming technique in superscalar processors affect the performance of popular workloads
kosta777/SimpleRaytracer
kosta777/tools_configs
kosta777/Ventoy
A new bootable USB solution.
kosta777/virtualmem_module
Implementation of a Virtual Memory kernel submodule with support for shared memory segments, page swapping, copy-on-write and process cloning; implemented thrashing prevention and popular memory allocation algorithms such as Buddy and Slab allocation.