Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viebel/data-oriented-programming
https://github.com/viebel/data-oriented-programming
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/viebel/data-oriented-programming
- Owner: viebel
- Created: 2021-01-02T17:40:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T09:39:09.000Z (3 months ago)
- Last Synced: 2024-10-13T22:53:21.729Z (28 days ago)
- Language: JavaScript
- Size: 302 KB
- Stars: 129
- Watchers: 7
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-Oriented programming
Source code for [Data Oriented Programming](https://www.manning.com/books/data-oriented-programming?utm_source=viebel&utm_medium=affiliate&utm_campaign=book_sharvit2_data_1_29_21&a_aid=viebel&a_bid=d5b546b7) book
# Other implementations
Have you implemented part of the tasks mentioned in the book in a programming language that you like? Open a PR with a link to your repository!
- [Typescript](https://github.com/shybyte/data-oriented-programming-book-experiments) by shybyte
- [Java and Paguro](https://github.com/GlenKPeterson/DataOrientedExamples) by GlenKPeterson