Object Oriented Programming to Data Oriented Design
Description
After seeing many talks on Data Oriented Design but few examples on how to actually get started with it I decided to make this repo. The goal is to provide easy to digest examples in OOP as well as DOD.
Running
Benchmarks and Tests (Go )
go test ./... -bench=. --benchmem
TODO
Go Examples- Rust Examples
- Zig Examples
- C++ Examples
- Others (Typescript, Java, C#)?