Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Zero-k Running on ONE core at a time!!!

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
8/28/2015 12:28:26 AMCArankAdminShadowfury333 before revert after revert
Before After
1 [quote]6. I would be wondering into Hostile Territory if I was to try to make a multithreaded lua library. [/quote] 1 [quote]6. I would be wondering into Hostile Territory if I was to try to make a multithreaded lua library. [/quote]
2 Not exactly hostile territory, just that you are going to be subject to a bit more of a "Show me" attitude than usual. However, since "Show me" is pretty much standard for open source development, it may not even be noticeable. Just be sure to commit the code to the main repository. 2 Not exactly hostile territory, just that you are going to be subject to a bit more of a "Show me" attitude than usual. However, since "Show me" is pretty much standard for open source development, it may not even be noticeable. Just be sure to commit the code to the main repository.
3 \n 3 \n
4 [quote]Even lua (shadowfury333 implied that it is 15 years old) is older than me :P[/quote] 4 [quote]Even lua (shadowfury333 implied that it is 15 years old) is older than me :P[/quote]
5 I was referring to the Spring engine, not Lua. Lua is, according to [url=https://en.wikipedia.org/wiki/Lua_(programming_language)]Wikipedia[/url], 22 years old. 5 I was referring to the Spring engine, not Lua. Lua is, according to [url=https://en.wikipedia.org/wiki/Lua_(programming_language)]Wikipedia[/url], 22 years old.
6 \n 6 \n
7 [quote]btw, I'm not sure if MT in drawing is the most significant place for improvement. A significant portion of the limit there is the GPU bus and GL calls which won't run in parallel.[/quote]
8 So...port to OpenGL 4.5? :P
9 \n
7 [quote]Most of the synced simulation relies on order, so that can't be made parallel either. [/quote] 10 [quote]Most of the synced simulation relies on order, so that can't be made parallel either. [/quote]
8 Does it? Within a single time-step? I'm curious what's being done that doesn't allow parallelization of the physics system. 11 Does it? Within a single time-step? I'm curious what's being done that doesn't allow parallelization of the physics system.