data-oriented-programming

2023-01-18T17:16:29.136939Z

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 Sharvit 2023-01-18T19:03:32.429819Z

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

👍 2