digital-fabric / extralite

Ruby on SQLite
http://www.rubydoc.info/gems/extralite
MIT License
247 stars 7 forks source link

Implement GVL release threshold #46

Closed noteflakes closed 6 months ago

noteflakes commented 6 months ago

This PR implements a per-database GVL release threshold that controls how often the GVL is released while iterating over records. This PR is a fix to #38, and an alternative to #39, which solves the problem by using GVL modes.