mkrd / DictDataBase

A python NoSQL dictionary database, with concurrent access and ACID compliance
MIT License
231 stars 11 forks source link

Remove glob from locking #15

Closed mkrd closed 1 year ago

mkrd commented 1 year ago

Compiling the glob regex is slow, use listdir for more performance