kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
520 stars 44 forks source link

Safer Atomic assignment on ARM #302

Closed kriszyp closed 3 months ago

kriszyp commented 3 months ago

On ARM processors, use a safer Atomic assignment to avoid memory reordering race condition with setting the flag/status of an instruction, #294