Fork me on GitHub
#data-oriented-programming
<
2023-01-18
henryw37417:01:29

hi. anyone know of any public repos which contain examples of DOP in java? I'd be curious to see how it looks. btw I found this post on DOP in java https://www.infoq.com/articles/data-oriented-programming-java/ - but the structures used are pretty new to me. I'd like to see these things as working examples. plus the post never actually defines DOP - but it sounds like the same thing as discussed in this thread pretty much.

Yehonathan Sharvit19:01:32

Its not exactly the same dop. This one uses static data types while in my book i use dynamic data types. In the appendix of the book i show examples in Java

👍 4