working on raylib, took me 5+ hours to build it from source code, make/cmake updates and setting up XLaunch for window rendering.
later i'll be working on Reinforcement Learning entities, let's see where it goes from here.
just found out that using "--release" after "cargo run" activates LLVM's level-3 optimization, potentially invoking SIMD
had some wild results from a simple linkedlist vs arrays benchmark test.
linkedlist with upto 5x cache misses.
on to next, finding p50,p99 etc.
was exploring elixir and found out that Whatsapp's foundation is built on elixir + their paradigm is super cool to play with!
i urge people to read on how BEAM vm based langs like erlang and elixir are always preferred for concurrent heavy systems.
working on a custom LC-3 virtual machine in Rust!
consists of 8 general purpose registers + 2 special grade registers (condition and pc)
more updates soon!