mirror of
				https://github.com/Ukendio/jecs.git
				synced 2025-11-03 18:39:19 +00:00 
			
		
		
		
	Merge branch 'main' of https://github.com/Ukendio/jecs into update-benchmarks
This commit is contained in:
		
						commit
						8e3a29c3cd
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -12,7 +12,7 @@ Just an ECS
 | 
			
		|||
jecs is a stupidly fast Entity Component System (ECS).
 | 
			
		||||
 | 
			
		||||
- Entity Relationships as first class citizens
 | 
			
		||||
- Iterate 350,000 entities at 60 frames per second
 | 
			
		||||
- Iterate 500,000 entities at 60 frames per second
 | 
			
		||||
- Type-safe [Luau](https://luau-lang.org/) API
 | 
			
		||||
- Zero-dependency package
 | 
			
		||||
- Optimized for column-major operations
 | 
			
		||||
| 
						 | 
				
			
			@ -58,7 +58,7 @@ end
 | 
			
		|||
-- sara is the child of alice
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
125 archetypes, 4 random components queried.
 | 
			
		||||
21,000 entities 125 archetypes 4 random components queried.
 | 
			
		||||

 | 
			
		||||
Can be found under /benches/query.lua
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue