An open API service indexing awesome lists of open source software.

https://github.com/smarr/gil-sem-demos

Demos that show the semantics of Global Interpreter Lock systems
https://github.com/smarr/gil-sem-demos

Last synced: 3 months ago
JSON representation

Demos that show the semantics of Global Interpreter Lock systems

Awesome Lists containing this project

README

          

# GIL Impact Demos

This repo contains examples that show semantics differences between GIL and no-GIL Python.

The key properties include:
- [ ] concurrency on PICs
- [ ] impact on semantics with object shapes, i.e., hidden classes
- [ ] impact on semantics with storage strategies
- [x] semantics around contains/insert/delete/size on lists
- [ ] semantics around contains/insert/delete/size on other containers