mkrd / DictDataBase

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

Use clock with shared baseline #55

Closed mkrd closed 1 year ago

mkrd commented 1 year ago

time.monotonic_ns() might not have the same baseline on different processes or threads

mkrd commented 1 year ago

Time.monotonic has the same baseline given all processes run in the same system