mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-03 18:10:32 -05:00 
			
		
		
		
	Proofreading
This commit is contained in:
		@ -103,7 +103,7 @@ N = 1_000_000_000;
 | 
				
			|||||||
from speiceio_pybind11 import fibonacci_gil, fibonacci_nogil
 | 
					from speiceio_pybind11 import fibonacci_gil, fibonacci_nogil
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Even though two threads are used, the GIL prevents those threads from running in parallel:
 | 
					In the first example, even though two threads are used, the GIL constrains code to run in serial:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```python
 | 
					```python
 | 
				
			||||||
%%time
 | 
					%%time
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user