You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change example in the readme on PyPi to be in Python
For Python bindings we'll want to support opening a database concurrently from multiple processes.
Reads from the metapage will need to be atomic without relying on the current Mutex. One idea is to add a nonce to each write as a header & footer, maybe generated from PCG or Lehmer Generator
For Python bindings we'll want to support opening a database concurrently from multiple processes.
Reads from the metapage will need to be atomic without relying on the current
Mutex
. One idea is to add a nonce to each write as a header & footer, maybe generated from PCG or Lehmer GeneratorFurther reference: https://lemire.me/blog/2019/03/19/the-fastest-conventional-random-number-generator-that-can-pass-big-crush/
The text was updated successfully, but these errors were encountered: